Bug 194812 - [iOS] "touch-action: none" should not prevent text selection or tapping on a link
Summary: [iOS] "touch-action: none" should not prevent text selection or tapping on a ...
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:
Blocks:
 
Reported: 2019-02-19 01:29 PST by Antoine Quint
Modified: 2019-02-19 02:46 PST (History)
2 users (show)

See Also:


Attachments
Patch (6.91 KB, patch)
2019-02-19 01:32 PST, Antoine Quint
no flags Details | Formatted Diff | Diff
Patch (8.40 KB, patch)
2019-02-19 01:39 PST, 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-02-19 01:29:12 PST
While the spec is not clear about that (see https://github.com/w3c/pointerevents/issues/276) other implementations essentially limit "touch-action: none" to be preventing panning and zooming but not other built-in behaviour such as text selection or navigation.
Comment 1 Antoine Quint 2019-02-19 01:29:23 PST
<rdar://problem/47901131>
Comment 2 Antoine Quint 2019-02-19 01:32:50 PST
Created attachment 362375 [details]
Patch
Comment 3 Antoine Quint 2019-02-19 01:39:17 PST
Created attachment 362376 [details]
Patch
Comment 4 Antoine Quint 2019-02-19 02:46:11 PST
Committed r241760: <https://trac.webkit.org/changeset/241760>