Bug 191134 - [iOS] Do not paint tap highlight unless it is above a certain threshold
Summary: [iOS] Do not paint tap highlight unless it is above a certain threshold
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-31 14:54 PDT by zalan
Modified: 2018-10-31 23:38 PDT (History)
6 users (show)

See Also:


Attachments
Patch (3.03 KB, patch)
2018-10-31 15:02 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2018-10-31 14:54:29 PDT
<rdar://problem/43615142>
Comment 1 zalan 2018-10-31 15:02:27 PDT
Created attachment 353535 [details]
Patch
Comment 2 WebKit Commit Bot 2018-10-31 15:44:34 PDT
Comment on attachment 353535 [details]
Patch

Clearing flags on attachment: 353535

Committed r237658: <https://trac.webkit.org/changeset/237658>
Comment 3 WebKit Commit Bot 2018-10-31 15:44:36 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2018-10-31 15:45:26 PDT
<rdar://problem/45714814>
Comment 5 Simon Fraser (smfr) 2018-10-31 23:38:23 PDT
We have code that specializes iOS touch handling because we didn't want to show a tap highlight on the body. We should remove that now. See rdar://problem/5844416.