WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
10124
ER: Add support for simulation of middle or right button clicks for single button mouses
https://bugs.webkit.org/show_bug.cgi?id=10124
Summary
ER: Add support for simulation of middle or right button clicks for single bu...
Matthew McGillis
Reported
2006-07-26 17:50:14 PDT
Web pages/Javascript can be driven based on middle or right mouse button clicks. However mac users with a single mouse button have no way to activate these other options when sites require them. They also have no way to activate these options with safari even if they have a mouse that has all the buttons. Would be nice to support 3 button mouses and provide a way to simulate a right click or middle click on a single button mouse. I believe the somewhat comman implementation is to map: control-click = right click alt-click = middle/other click Although the above approach does have some problems with apples existing usage of control-click. This problem can be reproduced using the following steps: Steps to Reproduce: 1.Got to url provided 2.Click on the text in the box and the event information will apear in the log 3.Try clicking using control, option, command, shift or any modifier you like 4. Try using a 3 button mose and click on the box using any of the buttons. Actual Results: the log never changes from a left mouse button click Expected Results: It would be nice if apple users had some way of clicking to produce a middle or right click result. Both with a 3 button mouse or single button mouse.
Attachments
Add attachment
proposed patch, testcase, etc.
Robert Blaut
Comment 1
2008-02-16 04:28:19 PST
There is something wrong with the test page. I'm unable to get any result in log window in all of tested browsers: Minefield, Opera and Webkit.
Matthew McGillis
Comment 2
2008-02-16 11:07:25 PST
See this page for more details about differences between browser mouse events.
http://unixpapa.com/js/mouse.html
Try this test page to see events generated.
http://unixpapa.com/js/testmouse.html
Robert Blaut
Comment 3
2008-02-16 11:26:57 PST
I see the problem now, but I classify the issue as an enhancement request.
James Craig
Comment 4
2013-09-30 11:04:09 PDT
Not an AX bug. Reassigning.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug