[Webkit-unassigned] [Bug 22505] Add a test to validate the event order for context clicks.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 7 16:47:22 PST 2008


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





------- Comment #4 from levin at chromium.org  2008-12-07 16:47 PDT -------
I had a discussion with Hixie on irc and he helped me to understand the
platform difference.

mouseup shouldn't occur before contextmenu on osx because the contextmenu
occurs on mousedown on OSX, so there is an expected difference for the mouseup
event.

The main issue is for this test is that mouseup shouldn't occur after the
contextmenu (on Windows).


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



More information about the webkit-unassigned mailing list