Summary | Strange right-click behavior with FF on Mac |
Queue | DIMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 05/26/2008 (6261 days ago) |
Due | |
Updated | 06/03/2008 (6253 days ago) |
Assigned | 06/03/2008 (6253 days ago) |
Resolved | 06/03/2008 (6253 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Taken from Jan Schneider
State ⇒ Resolved
Priority ⇒ 2. Medium
*without* Ctrl.
http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.96&r2=1.97&ty=u
http://cvs.horde.org/diff.php/dimp/js/DraggableMail.js?r1=1.66&r2=1.67&ty=u
http://cvs.horde.org/diff.php/dimp/js/src/DraggableMail.js?r1=1.49&r2=1.50&ty=u
*without* Ctrl.
can safely catch this, we don't use that combination anywhere, only
Ctrl-LeftClick as outlined below.
showing the preview - this was specifically coded due to feedback from
users at SAPO. This allows people to delete messages that they know
are SPAM without causing the preview to trigger. It is very useful.
right buttons. So any Mac right button emulation sends a 'ctrl-right
click' on a mousedown event. This is causing toggling of the
selection of that message because that is the expected behavior for a
ctrl-click on a message.
can safely catch this, we don't use that combination anywhere, only
Ctrl-LeftClick as outlined below.
message on a left click. That will fix this problem but at the
expense of disallowing multiple ctrl-click on other platforms - this
can be quite useful because it allows multiple selection without
worrying that a preview will be triggered. Suggestions?
State ⇒ Feedback
right buttons. So any Mac right button emulation sends a 'ctrl-right
click' on a mousedown event. This is causing toggling of the
selection of that message because that is the expected behavior for a
ctrl-click on a message.
We can add an extra check to only do ctrl-click processing of a
message on a left click. That will fix this problem but at the
expense of disallowing multiple ctrl-click on other platforms - this
can be quite useful because it allows multiple selection without
worrying that a preview will be triggered. Suggestions?
events like other versions of FF (Linux/Windows).
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Assigned to Jan Schneider
Queue ⇒ DIMP
Summary ⇒ Strange right-click behavior with FF on Mac
Type ⇒ Bug
Priority ⇒ 1. Low
then right-click on that message, it gets unselected and thus the
context menu items don't do anything.