Bug 198708
Summary: | touch-action:pan-x/y is not respected during momentum scrolling | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antti Koivisto <koivisto> |
Component: | Scrolling | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | dvoytenko, graouts, simon.fraser, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Antti Koivisto
1) Give element with touch-action:pan-x or pan-y set some momentum
2) During the momentum phase try scrolling the element again.
If scrolling is already in progress, you can scroll to any direction.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/51572756>
Antti Koivisto
This is true touch-action:none too. It is more noticeable with pan-x/y since you can use it to break out of the limitation easily.