[Webkit-unassigned] [Bug 26649] <div> has higher z-index than <iframe> but context menu etc. is for <iframe>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 02:03:32 PDT 2009


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


martin.pucala at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |martin.pucala at gmail.com




--- Comment #2 from martin.pucala at gmail.com  2009-08-25 02:03:31 PDT ---
It looks like iframes have somehow priority among contextmenu event listeners -
even if the iframe is hidden, page's main contextmenu handler is overriden. In
the show case attached below there is contextmenu event handler on main
document element that displays alert and suppresses default browser menu
display by returning false. However, in the area where _hidden_ iframe resides,
main page's handler is ignored.

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