NEW 173855
[iOS] When handling synthetic clicks and drags, mouse events are dispatched with the wrong clientPosition and globalPosition
https://bugs.webkit.org/show_bug.cgi?id=173855
Summary [iOS] When handling synthetic clicks and drags, mouse events are dispatched w...
Wenson Hsieh
Reported 2017-06-26 16:18:13 PDT
The clientPosition and globalPosition passed in when creating MouseEvents are the same, suggesting that the window coordinate space is the same as the content coordinate space (see WebPage::completeSyntheticClick). This seems wrong.
Attachments
Note You need to log in before you can comment on or make changes to this bug.