[Webkit-unassigned] [Bug 220196] [iOS] #setPointerCapture does not dispatch pointer events outside element boundary

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 25 15:45:36 PDT 2022


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

--- Comment #10 from thatcomputerguy0101 at gmail.com ---
This appears to be mostly fixed in Safari 15.5, but I noticed that if the capture is obtained during pointerdown, the next pointer event (either pointermove or pointerup) will still be dispatched to the wrong element according to the old behavior. Any event following that behaves correctly. My demonstration for this problem (at https://thatcomputerguy0101.github.io/iOS_pointerCapture_bug/) readily shows this issue in its console logs, where for the orange and red divs, one incorrect event is logged directly following the pointer down event.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220525/a9ead3a7/attachment.htm>


More information about the webkit-unassigned mailing list