WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
153542
No contextmenu event dispatch when the target is an <iframe> with `pointer-events: none`
https://bugs.webkit.org/show_bug.cgi?id=153542
Summary
No contextmenu event dispatch when the target is an <iframe> with `pointer-ev...
Antoine Quint
Reported
2016-01-27 05:57:21 PST
Created
attachment 269998
[details]
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>.
Attachments
Testcase
(545 bytes, text/html)
2016-01-27 05:57 PST
,
Antoine Quint
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2016-01-27 05:57:47 PST
<
rdar://problem/24367089
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug