RESOLVED FIXED 266523
Invalid coordinates on gesture (and resulting wheel) events inside iframe
https://bugs.webkit.org/show_bug.cgi?id=266523
Summary Invalid coordinates on gesture (and resulting wheel) events inside iframe
Abrar Rahman Protyasha
Reported 2023-12-15 17:24:35 PST
`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
Abrar Rahman Protyasha
Comment 1 2023-12-15 17:24:39 PST
Abrar Rahman Protyasha
Comment 2 2023-12-15 17:42:22 PST
EWS
Comment 3 2023-12-16 03:21:04 PST
Committed 272176@main (c8a66bff2703): <https://commits.webkit.org/272176@main> Reviewed commits have been landed. Closing PR #21913 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.