Open
Bug 506710
Opened 16 years ago
Updated 3 years ago
Control-click to simulate right click on Mac shouldn't send control+rightclick event
Categories
(Core :: Widget: Cocoa, defect)
Tracking
()
NEW
People
(Reporter: sheppy, Unassigned)
Details
Currently, if a Mac users uses control+click to simulate a right mouse button click, it appears that the generated event is for "control+rightclick". If we want to treat this as a right-click, the control key should be reported as not engaged, because sites may wish to treat control-rightclick differently than other right-clicks (for example, the editor on devmo uses control-rightclick to offer the default Firefox context menu instead of the editor's custom menu).
As it stands right now, devmo users with a single-button mouse (yes, a dwindling number of people) cannot access the devmo editor's context menu.
Basically, either we need to report control-click as either control+leftclick or as rightclick, but not as control-rightclick, depending on how we want to perceive this event.
Comment 1•16 years ago
|
||
This seems like something that should happen in the widget layer...
Component: DOM: Events → Widget: Cocoa
QA Contact: events → cocoa
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•