[Webkit-unassigned] [Bug 18692] Garbage on the pop up page and right click doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 23 04:42:15 PDT 2008


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





------- Comment #2 from xijiay at gmail.com  2008-04-23 04:42 PDT -------
The context menu could not be popped up because the author of this web page
disabled it.   See the following script snippet from the page
document.oncontextmenu=function(event){event.returnValue=false;};

So it works as intended for second problem, however, when right click on IE and
FF, the context menu can pop up


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