[Webkit-unassigned] [Bug 224176] New: [css-scroll-snap] Properly support fractional scroll steps in WebCore::ScrollAnimator::scroll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 5 00:29:10 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224176

            Bug ID: 224176
           Summary: [css-scroll-snap] Properly support fractional scroll
                    steps in WebCore::ScrollAnimator::scroll
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Scrolling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mrobinson at webkit.org
                CC: simon.fraser at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210405/a70045fa/attachment.htm>


More information about the webkit-unassigned mailing list