[Webkit-unassigned] [Bug 199803] New: releasePointerCapture not working for implicit capture; access you pointerenter/leave unavailable for touches
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 15 13:36:07 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=199803
Bug ID: 199803
Summary: releasePointerCapture not working for implicit
capture; access you pointerenter/leave unavailable for
touches
Product: WebKit
Version: Safari Technology Preview
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: ian at ianbellomy.com
Created attachment 374143
--> https://bugs.webkit.org/attachment.cgi?id=374143&action=review
Example.
w3c pointer events specs 10.4 note that a dev can/should call releasePointerCapture(pid) just after pointerdown and before any other pointer events to opt-in to hit-testing any following touch-generated pointer events. Assumedly, opting-in would make touch pointers work more like mouse pointers in that enter/leave events would be dispatched while the primary button is pressed. In Chrome at least, this is what happens.
In iOS13 beta, calling releasePointerCapture(pid) does not result in his behavior. As such, there seems to be no way to opt-in to receiving pointerenter/leave events.
--
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/20190715/341b8e86/attachment-0001.html>
More information about the webkit-unassigned
mailing list