Bug 194501 - Support simulated mouse events on iOS based on a PlatformTouchEvent
Summary: Support simulated mouse events on iOS based on a PlatformTouchEvent
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: UI Events (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-02-11 08:23 PST by Antoine Quint
Modified: 2019-02-13 05:34 PST (History)
10 users (show)

See Also:


Attachments
Patch (25.08 KB, patch)
2019-02-11 08:32 PST, Antoine Quint
no flags Details | Formatted Diff | Diff
Patch (25.21 KB, patch)
2019-02-11 08:53 PST, Antoine Quint
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 2019-02-11 08:23:16 PST
We'd like to experiment with dispatching mouse events on iOS as touches happen.
Comment 1 Antoine Quint 2019-02-11 08:23:34 PST
<rdar://problem/46910790>
Comment 2 Antoine Quint 2019-02-11 08:32:15 PST
Created attachment 361681 [details]
Patch
Comment 3 Antoine Quint 2019-02-11 08:32:38 PST
I will be adding tests in an upcoming patch, wanted to get EWS some time to try this out first.
Comment 4 Antoine Quint 2019-02-11 08:53:58 PST
Created attachment 361682 [details]
Patch
Comment 5 Dean Jackson 2019-02-11 10:07:48 PST
Comment on attachment 361682 [details]
Patch

no tests?
Comment 6 Antoine Quint 2019-02-13 05:34:53 PST
Committed r241432: <https://trac.webkit.org/changeset/241432>