Bug 266523
Summary: | Invalid coordinates on gesture (and resulting wheel) events inside iframe | ||
---|---|---|---|
Product: | WebKit | Reporter: | Abrar Rahman Protyasha <a_protyasha> |
Component: | UI Events | Assignee: | Abrar Rahman Protyasha <a_protyasha> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | a_protyasha, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Abrar Rahman Protyasha
`gesture*` events (and resulting wheel events) originating from an embedded iframe have incorrect coordinates. Notably, these coordinates do not account for the transformation between the iframe's coordinate space and the parent document's coordinate space. This is because we do not pass gesture events to subframe event handlers. Let's fix that.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Abrar Rahman Protyasha
rdar://105243167
Abrar Rahman Protyasha
Pull request: https://github.com/WebKit/WebKit/pull/21913
EWS
Committed 272176@main (c8a66bff2703): <https://commits.webkit.org/272176@main>
Reviewed commits have been landed. Closing PR #21913 and removing active labels.