[Webkit-unassigned] [Bug 100591] Second right mouse click at the same point does not invokes mousedown event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 29 04:52:30 PDT 2012


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





--- Comment #1 from danya.postfactum at gmail.com  2012-10-29 04:53:45 PST ---
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.

-- 
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