Bug 148937 - Scroll snapping should work on iOS without -webkit-overflow-scrolling: touch
Summary: Scroll snapping should work on iOS without -webkit-overflow-scrolling: touch
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-09-07 11:42 PDT by Wenson Hsieh
Modified: 2021-07-07 08:36 PDT (History)
4 users (show)

See Also:


Attachments
Test case that reproduces the bug (1.25 KB, text/html)
2015-09-07 11:42 PDT, Wenson Hsieh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2015-09-07 11:42:47 PDT
Created attachment 260744 [details]
Test case that reproduces the bug

Scroll snapping should work, even without -webkit-overflow-scrolling: touch; set in the parent scrolling container. Currently, in order for scroll snapping to work, this property is required.

* STEPS TO REPRODUCE
1. Open the attached test case (scroll-snap.html)
2. Scroll in the container.

* RESULTS
Expected to snap to each of the child elements. Observed that scroll snapping does not work.

* REGRESSION
Scroll snapping without -webkit-overflow-scrolling: touch; was never implemented.
Comment 1 Wenson Hsieh 2015-09-07 11:43:40 PDT
<rdar://problem/22603172>
Comment 2 Martin Robinson 2021-07-07 08:36:43 PDT
I believe this is no longer the case.