[Webkit-unassigned] [Bug 52174] Control-click on Mac should trigger a mouse event with event.button == 2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 11 15:04:54 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=52174





--- Comment #3 from Darin Adler <darin at apple.com>  2011-01-11 15:04:53 PST ---
Those other browsers are browsers whose highest market share is on Windows, ported to Mac. I’m sure that in that context it seems the best way to express a control-click is to pretend it’s a right-click.

Keep in mind that you might have a multiple button mouse and to send a click on the left button with the control key held down through as a click on the right button is a lie, and will make distinct events (control click on left button vs. control click on right button) look identical to the web page.

The primary web browser on Mac with the largest market share has told the truth about these events to webpages for 8 years without major incompatibilities arising.

I’m not sure it’s urgent to change WebKit and Safari to tell this lie, just because ported Windows browsers are doing so.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list