Bug 193214 - Turn on Pointer Events by default for iOS
Summary: Turn on Pointer Events by default for iOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-01-07 14:25 PST by Dean Jackson
Modified: 2021-11-28 18:17 PST (History)
3 users (show)

See Also:


Attachments
Patch (18.49 KB, patch)
2019-01-07 14:54 PST, Dean Jackson
wenson_hsieh: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2019-01-07 14:25:50 PST
Turn on Pointer Events by default for iOS
Comment 1 Dean Jackson 2019-01-07 14:27:00 PST
<rdar://problem/46974878>
Comment 2 Dean Jackson 2019-01-07 14:54:46 PST
Created attachment 358533 [details]
Patch
Comment 3 Wenson Hsieh 2019-01-07 14:59:13 PST
Comment on attachment 358533 [details]
Patch

r=mews
Comment 4 Dean Jackson 2019-01-07 15:16:16 PST
Committed r239704: <https://trac.webkit.org/changeset/239704>
Comment 5 Wenson Hsieh 2019-01-07 15:54:02 PST
(In reply to Wenson Hsieh from comment #3)
> Comment on attachment 358533 [details]
> Patch
> 
> r=mews

From ios-sim EWS output (https://webkit-queues.webkit.org/results/10663971), it looks like we may need to skip these tests in non-internal configurations.
Comment 7 Truitt Savell 2019-01-08 11:45:40 PST
(In reply to Wenson Hsieh from comment #5)
> (In reply to Wenson Hsieh from comment #3)
> > Comment on attachment 358533 [details]
> > Patch
> > 
> > r=mews
> 
> From ios-sim EWS output (https://webkit-queues.webkit.org/results/10663971),
> it looks like we may need to skip these tests in non-internal configurations.

Took care of this.