RESOLVED FIXED262109
Web Automation: Dispatched mouse events always have `buttons` property set to zero
https://bugs.webkit.org/show_bug.cgi?id=262109
Summary Web Automation: Dispatched mouse events always have `buttons` property set to...
Abrar Rahman Protyasha
Reported 2023-09-26 04:58:11 PDT
The `buttons` property on mouse events dispatched by WebAutomationSession is always zero, and does not correctly reflect what mouse button is pressed. I suspect the fix involves swizzling the `+[NSEvent pressedMouseButtons]` like in WKTR/DRT. This will get us to fully pass the pointerevents/pointerevent_attributes_hoverable_pointers.html?mouse WPT.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-09-26 05:00:49 PDT
Abrar Rahman Protyasha
Comment 2 2023-09-27 00:00:16 PDT
EWS
Comment 3 2023-09-27 12:49:45 PDT
Committed 268529@main (e120ba1e5646): <https://commits.webkit.org/268529@main> Reviewed commits have been landed. Closing PR #18265 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.