WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
100591
Second right mouse click at the same point does not invoke a mousedown event
https://bugs.webkit.org/show_bug.cgi?id=100591
Summary
Second right mouse click at the same point does not invoke a mousedown event
danya.postfactum
Reported
2012-10-27 06:42:54 PDT
Open related url, open console. Press right mouse button. "mousedown" event occures. Context menu popups. Do not move mouse pointer. Press right button again. There is no mousedown event.
Attachments
Add attachment
proposed patch, testcase, etc.
danya.postfactum
Comment 1
2012-10-29 04:53:45 PDT
The actual problem is that the click on edge of context menu popup causes repopup of it. I checked behavior in other browsers: Firefox, IE: context menu popups two pixels right and down from mouse pointer, so next click will be triggered on webpage. Opera, default Windows behavior: context menu appears right over mouse pointer. Next click has no effect. Chrome: context menu appears right over mouse pointer, but next click reopens menu. This behavior is not expected. Any contextmenu event, triggered by mouse activity, should follow by mousedown+mouseup. My application positions some element(textarea) on mousedown to get context menu of it. This ok with first click, but double click doesnt work on Chrome.
danya.postfactum
Comment 2
2013-09-10 03:15:14 PDT
You can see this problem if you go
http://ace.c9.io/#nav=about
and press right mouse button over code editor. First click is ok, but if you do not move your mouse and click again, you get common page context menu instead of editor one (with copy/pase items) I am sure it is easy to fix.
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