Bug 299000
| Summary: | lostpointercapture may not be fired before other subsequent events for the pointer after capture is lost | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lily Spiniolas <lily_spiniolas> |
| Component: | New Bugs | Assignee: | Lily Spiniolas <lily_spiniolas> |
| Status: | REOPENED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lily Spiniolas
See https://w3c.github.io/pointerevents/#dfn-lostpointercapture: "This event MUST be fired prior to any subsequent events for the pointer after capture was released." This is not always the case; we fail the third subtest of the wpt test pointerevents/pointerevent_lostpointercapture_for_disconnected_node.html as a result.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lily Spiniolas
rdar://160752786
Lily Spiniolas
Pull request: https://github.com/WebKit/WebKit/pull/50839
EWS
Committed 300168@main (54f983fffa57): <https://commits.webkit.org/300168@main>
Reviewed commits have been landed. Closing PR #50839 and removing active labels.
Lily Spiniolas
Reverted by https://github.com/WebKit/WebKit/pull/51035
Lily Spiniolas
Re-opening for pull request https://github.com/WebKit/WebKit/pull/51035
EWS
Committed 300269@main (e6eb5d5b8ef3): <https://commits.webkit.org/300269@main>
Reviewed commits have been landed. Closing PR #51035 and removing active labels.
Lily Spiniolas
Re-opening for pull request https://github.com/WebKit/WebKit/pull/51052
Lily Spiniolas
Pull request: https://github.com/WebKit/WebKit/pull/51289