[Webkit-unassigned] [Bug 153542] New: No contextmenu event dispatch when the target is an <iframe> with `pointer-events: none`

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 05:57:21 PST 2016


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

            Bug ID: 153542
           Summary: No contextmenu event dispatch when the target is an
                    <iframe> with `pointer-events: none`
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org

Created attachment 269998
  --> https://bugs.webkit.org/attachment.cgi?id=269998&action=review
Testcase

In the attached test case, we have a simple page hosting an <iframe> with its `pointer-events` CSS property set to `none` and an event listener on the document's `window` for the `contextmenu` event. In Chrome and Firefox, regardless of whether we attempt to show the context menu when clicking over the <iframe> or another part of the document, the `contextmenu` comes through. In Safari though, the `contextmenu` event will not come through should we click over the <iframe>.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160127/0c87cffb/attachment.html>


More information about the webkit-unassigned mailing list