Bug 195218 - Make mouse event simulation a quirk
Summary: Make mouse event simulation a quirk
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on: 195430
Blocks: 195395
  Show dependency treegraph
 
Reported: 2019-03-01 11:28 PST by Antoine Quint
Modified: 2019-03-18 09:25 PDT (History)
7 users (show)

See Also:


Attachments
Patch (2.50 KB, patch)
2019-03-01 11:33 PST, Antoine Quint
no flags Details | Formatted Diff | Diff
Patch (2.89 KB, patch)
2019-03-15 18:16 PDT, 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-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>