Bug 195822 - Provide an option for an always-on fast click mode in iOS
Summary: Provide an option for an always-on fast click mode in 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-03-15 14:42 PDT by Dean Jackson
Modified: 2019-03-15 15:07 PDT (History)
2 users (show)

See Also:


Attachments
Patch (7.36 KB, patch)
2019-03-15 14:53 PDT, Dean Jackson
sam: 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-03-15 14:42:36 PDT
Provide an option for an always-on fast click mode in iOS
Comment 1 Dean Jackson 2019-03-15 14:49:45 PDT
<rdar://problem/48939357>
Comment 2 Dean Jackson 2019-03-15 14:53:51 PDT
Created attachment 364849 [details]
Patch
Comment 3 Sam Weinig 2019-03-15 14:58:32 PDT
Comment on attachment 364849 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=364849&action=review

> Source/WebKit/UIProcess/ios/WKContentViewInteraction.mm:1507
> +        RELEASE_LOG(ViewGestures, "Potential tap found an element and fast taps are forced on. Trigger click. (%p)", self);

You call it a tap here, but clicks elsewhere. Which is it???
Comment 4 Dean Jackson 2019-03-15 15:07:39 PDT
Committed r243015: <https://trac.webkit.org/changeset/243015>