RESOLVED FIXED Bug 213571
No scrolling momentum with 'scroll-snap-type: x mandatory' if the scroller scrolls vertically
https://bugs.webkit.org/show_bug.cgi?id=213571
Summary No scrolling momentum with 'scroll-snap-type: x mandatory' if the scroller sc...
Simon Fraser (smfr)
Reported 2020-06-24 12:40:16 PDT
Created attachment 402673 [details] Testcase In the attached testcase, there is no vertical scrolling momentum in Safari. There is in Firefox.
Attachments
Testcase (2.14 KB, text/html)
2020-06-24 12:40 PDT, Simon Fraser (smfr)
no flags
Patch (7.24 KB, patch)
2021-03-19 07:04 PDT, Martin Robinson
no flags
Patch (12.94 KB, patch)
2021-03-19 11:21 PDT, Martin Robinson
no flags
Patch (6.63 KB, patch)
2021-03-19 11:25 PDT, Martin Robinson
no flags
Patch (6.66 KB, patch)
2021-03-20 05:20 PDT, Martin Robinson
no flags
Radar WebKit Bug Importer
Comment 1 2020-06-24 12:40:39 PDT
Radar WebKit Bug Importer
Comment 2 2020-06-24 12:40:40 PDT
Simon Fraser (smfr)
Comment 3 2021-03-10 10:56:08 PST
Martin Robinson
Comment 4 2021-03-19 07:04:04 PDT
Simon Fraser (smfr)
Comment 5 2021-03-19 09:27:23 PDT
Comment on attachment 423727 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423727&action=review > LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-momentum-in-non-snapping-axis.html:34 > + } catch (e) { > + console.log(e); Is this necessary?
Martin Robinson
Comment 6 2021-03-19 11:21:21 PDT
Martin Robinson
Comment 7 2021-03-19 11:23:06 PDT
(In reply to Simon Fraser (smfr) from comment #5) > > LayoutTests/tiled-drawing/scrolling/scroll-snap/scroll-snap-momentum-in-non-snapping-axis.html:34 > > + } catch (e) { > > + console.log(e); > > Is this necessary? Unfortunately this is because Promises will otherwise eat exceptions and they won't be printed in test output.
Martin Robinson
Comment 8 2021-03-19 11:25:42 PDT
Martin Robinson
Comment 9 2021-03-20 05:20:58 PDT
EWS
Comment 10 2021-03-23 01:52:16 PDT
Committed r274853: <https://commits.webkit.org/r274853> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423816 [details].
Note You need to log in before you can comment on or make changes to this bug.