Bug 202377
| Summary: | [scroll-snap] scroll snapping snaps back to beginning for all scrolls in RTL mode | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Callie Riggins <callie.riggins> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Major | CC: | bfulgham, simon.fraser, wenson_hsieh, zalan |
| Priority: | P2 | ||
| Version: | Safari Technology Preview | ||
| Hardware: | All | ||
| OS: | All | ||
Callie Riggins
If you go to https://webkit.org/demos/scroll-snap/index.html and edit the html attribute to have dir="rtl", then you can never scroll past the first item in any of the demos with css scroll snapping using scroll-snap-type. I'm using specifically scroll-snap-type: x mandatory to build a photo carousel and it means we can't scroll past the first photo ever.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Wenson Hsieh
*** This bug has been marked as a duplicate of bug 193671 ***