[Webkit-unassigned] [Bug 12399] Unable to prevent default context menu from appearing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 24 14:57:06 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12399





------- Comment #1 from tom at bungeelabs.com  2007-01-24 14:56 PDT -------
Created an attachment (id=12651)
 --> (http://bugs.webkit.org/attachment.cgi?id=12651&action=view)
Test case reduction.

1) Open test case.
2) Mark the checkbox labeled "prevent default context menu".
3) Attempt to open the default context menu by right-clicking or ctrl-clicking.
Event data will be captured. The context menu will NOT be displayed. This is
correct.
4) Unmark the checkbox labeled "prevent default context menu".
5) Right-click or ctrl-click to open the context menu. Event data will be
captured. The context menu will be displayed. This is correct.
6) Clear the context menu.
7) Mark the checkbox labeled "prevent default context menu".
8) Attempt to open the default context menu by right-clicking or ctrl-clicking.
Event data will be captured. The context menu WILL be displayed. This is NOT
correct.

After this, any right-click (or ctrl-click) will cause the context menu to be
displayed, regardless of whether or not the event is canceled. This will occur
until the window is closed.


-- 
Configure bugmail: http://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