Bug 194501

Summary: Support simulated mouse events on iOS based on a PlatformTouchEvent
Product: WebKit Reporter: Antoine Quint <graouts>
Component: UI EventsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, cdumez, dbates, dino, esprehn+autocc, ews-watchlist, kangil.han, rniwa, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch dino: review+

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>