Bug 224176 - [css-scroll-snap] Properly support fractional scroll steps in WebCore::ScrollAnimator::scroll
Summary: [css-scroll-snap] Properly support fractional scroll steps in WebCore::Scroll...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Martin Robinson
URL:
Keywords: InRadar
Depends on:
Blocks: 222594
  Show dependency treegraph
 
Reported: 2021-04-05 00:29 PDT by Martin Robinson
Modified: 2021-12-15 12:03 PST (History)
2 users (show)

See Also:


Attachments
Patch (8.58 KB, patch)
2021-04-05 03:30 PDT, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 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.
Comment 1 Martin Robinson 2021-04-05 03:30:56 PDT
Created attachment 425143 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2021-04-12 00:30:16 PDT
<rdar://problem/76527260>
Comment 3 EWS 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].