Bug 195218

Summary: Make mouse event simulation a quirk
Product: WebKit Reporter: Antoine Quint <graouts>
Component: DOMAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, dbates, dino, jonlee, rniwa, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 195430    
Bug Blocks: 195395    
Attachments:
Description Flags
Patch
none
Patch dino: review+

Description Antoine Quint 2019-03-01 11:28:24 PST
We need to turn the MouseEventsSimulationEnabled on by default.
Comment 1 Radar WebKit Bug Importer 2019-03-01 11:29:05 PST
<rdar://problem/48516794>
Comment 2 Antoine Quint 2019-03-01 11:33:01 PST
Created attachment 363349 [details]
Patch
Comment 3 WebKit Commit Bot 2019-03-01 16:50:12 PST
Comment on attachment 363349 [details]
Patch

Clearing flags on attachment: 363349

Committed r242297: <https://trac.webkit.org/changeset/242297>
Comment 4 WebKit Commit Bot 2019-03-01 16:50:14 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Daniel Bates 2019-03-06 20:30:43 PST
(In reply to WebKit Commit Bot from comment #3)
> Comment on attachment 363349 [details]
> Patch
> 
> Clearing flags on attachment: 363349
> 
> Committed r242297: <https://trac.webkit.org/changeset/242297>

This broke Visio. See bug #195395.
Comment 6 WebKit Commit Bot 2019-03-07 13:38:27 PST
Re-opened since this is blocked by bug 195430
Comment 7 Antoine Quint 2019-03-15 18:13:15 PDT
We'll be using quirks instead of turning those runtime flags on.
Comment 8 Antoine Quint 2019-03-15 18:16:00 PDT
Created attachment 364896 [details]
Patch
Comment 9 Antoine Quint 2019-03-18 09:25:23 PDT
Committed r243070: <https://trac.webkit.org/changeset/243070>