Bug 173855 - [iOS] When handling synthetic clicks and drags, mouse events are dispatched with the wrong clientPosition and globalPosition
Summary: [iOS] When handling synthetic clicks and drags, mouse events are dispatched w...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-26 16:18 PDT by Wenson Hsieh
Modified: 2017-06-26 16:18 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 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.