NEW252665
touch-action doesn't apply if element has overflow properties
https://bugs.webkit.org/show_bug.cgi?id=252665
Summary touch-action doesn't apply if element has overflow properties
Adam Gamble
Reported 2023-02-21 07:56:35 PST
Basic steps: - Set `touch-action: none;` on html and body tags. - Any child elements that set overflow-x or overflow-y will still have touch actions enabled. Example repro: https://jsfiddle.net/e3hbd2L9/ The computed styles on child nodes is `touch-action: auto` so perhaps this is expected (?) behaviour. Unsure why adding overflow should make a difference though.
Attachments
Adam Gamble
Comment 1 2023-02-21 07:59:20 PST
Simon Fraser (smfr)
Comment 2 2023-02-21 12:30:39 PST
Are you saying that `touch-action: none` is still allowing overflow regions to scroll, or that other touch interactions also work?
Adam Gamble
Comment 3 2023-02-22 02:47:32 PST
Yes that's right, other touch interactions such as pinch-zoom will still work inside overflow regions (but are otherwise prevented). This might be intentionally the case as I hadn't realised that `touch-action` isn't inherited. Just that the behaviour appeared inconsistent at first.
Radar WebKit Bug Importer
Comment 4 2023-02-28 07:57:20 PST
Note You need to log in before you can comment on or make changes to this bug.