RESOLVED FIXED 224176
[css-scroll-snap] Properly support fractional scroll steps in WebCore::ScrollAnimator::scroll
https://bugs.webkit.org/show_bug.cgi?id=224176
Summary [css-scroll-snap] Properly support fractional scroll steps in WebCore::Scroll...
Martin Robinson
Reported 2021-04-05 00:29:10 PDT
This bug tracks adding support for fractional scroll offsets in this function. Currently, for scroll snapping, only integral offsets are supported because it is reading the current scroll offset from ScrollableArea, which stores the current scroll offset as an IntPoint.
Attachments
Patch (8.58 KB, patch)
2021-04-05 03:30 PDT, Martin Robinson
no flags
Martin Robinson
Comment 1 2021-04-05 03:30:56 PDT
Radar WebKit Bug Importer
Comment 2 2021-04-12 00:30:16 PDT
EWS
Comment 3 2021-04-19 01:23:40 PDT
Committed r276239 (236721@main): <https://commits.webkit.org/236721@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425143 [details].
Note You need to log in before you can comment on or make changes to this bug.