Bug 167021

Summary: Incorrect pointer-events:none passthrough to parent
Product: WebKit Reporter: Darryl Pogue <dvpdiner2>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: cdumez, dino, graouts, jonlee, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari Technology Preview   
Hardware: Mac   
OS: macOS 10.12   

Description Darryl Pogue 2017-01-13 14:29:47 PST
Test case: https://jsfiddle.net/dpogue/p1bduqyo/2/

Clicking an element with `pointer-events: none` CSS should fire a click event targeting its parent. In this case, Safari fires the event on a parent higher up in the DOM rather than the immediate parent element.

Chrome and Firefox fire the click event with the correct parent
IE and Edge incorrectly fire the click event on the element (which is contrary to `pointer-events: none` behaviour)
Comment 1 Lucas Forschler 2019-02-06 09:18:45 PST
Mass move bugs into the DOM component.
Comment 2 Ryosuke Niwa 2019-02-06 22:07:14 PST
Pointer events are UI events.
Comment 3 Radar WebKit Bug Importer 2019-06-19 17:03:02 PDT
<rdar://problem/51920642>
Comment 4 Antoine Quint 2019-06-20 01:15:52 PDT
Pointer Events != CSS pointer-events property. But yeah, this is probably the right component.