RESOLVED FIXED 196877
Provide a quirk to disable Pointer Events
https://bugs.webkit.org/show_bug.cgi?id=196877
Summary Provide a quirk to disable Pointer Events
Antoine Quint
Reported 2019-04-12 14:14:31 PDT
We need a quirk to disable Pointer Events wholesale.
Attachments
Patch (5.00 KB, patch)
2019-04-12 14:16 PDT, Antoine Quint
dino: review+
Radar WebKit Bug Importer
Comment 1 2019-04-12 14:14:51 PDT
Antoine Quint
Comment 2 2019-04-12 14:16:20 PDT
Dean Jackson
Comment 3 2019-04-12 16:06:24 PDT
Comment on attachment 367345 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=367345&action=review > Source/WebCore/ChangeLog:9 > + Add a quirk to disable Pointer Events and opt a website that has compatibility issues when Pointer Events are enabled into this new quirk. I think this is correct english, but it was hard to read. > Source/WebCore/page/Quirks.cpp:239 > + if (equalLettersIgnoringASCIICase(host, "mailchimp.com") || host.endsWithIgnoringASCIICase(".mailchimp.com")) Annoying that there might be a site notmailchimp.com, or that we can't say "[\.^]mailchimp\.com$" (not sure that's even a valid regexp)
Antoine Quint
Comment 4 2019-04-13 01:00:56 PDT
Note You need to log in before you can comment on or make changes to this bug.