Opened 6 years ago
Closed 6 years ago
#1484399 closed Bugs (fixed)
select more than one message
| Reported by: | Maveric1235 | Owned by: | thomasb |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.1-rc2 |
| Component: | Client Scripts | Version: | git-master |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Hello,
i´ve the problem with the latest svn (584) that when i want to select 2 or more emails for each message a new window open.
that means: i click on one message and then with the hold "shift" or "alt" key i click with my mouse a new message and then the message opens in a new window ... the only thing what i want to do is delet this junk!!!
i get this problem with win xp and ff 2, ie 6 and 7 and on a mac with ff 2
thanks maveric
Change History (6)
comment:1 Changed 6 years ago by thomasb
- Owner set to thomasb
- Status changed from new to assigned
comment:2 Changed 6 years ago by Steltek
I can confirm this one. The problem also exists when marking messages by holding Ctrl (every additional message you click opens a new tab in Firefox)
Experienced the problem in FF 2.0.3 on both WinXP and Debian Linux (lenny, kernel 2.6, XFCE/Beryl).
comment:3 Changed 6 years ago by thomasb
- Resolution set to fixed
- Status changed from assigned to closed
Fixed in [b2fb950f]. Ctrl-click in IE7 cannot be prevented :-(
comment:4 Changed 6 years ago by genezys
- Resolution fixed deleted
- Status changed from closed to reopened
There seems to be some workaround for IE7 to prevent the Ctrl-Click.
see comments in http://11heavens.com/IE7-bug-report-onclick-event-handler
Setting the returnValue attribute of the event object to false seems to me the best solution. But as this attribute is not standard, it should be tested before setting it.
comment:5 Changed 6 years ago by thomasb
There already is a returnValue=false and it does not prevent the ctrl-click. It works as expected for normal clicks.
comment:6 Changed 6 years ago by genezys
- Resolution set to fixed
- Status changed from reopened to closed
Made some research on IE7 about preventing Ctrl+Click. It's a real pain.
Guess you were right thomasb, my apologies.

This is due to the recently added link on the message subject.