[Webkit-unassigned] [Bug 200869] New: Multiple scroll events during one requestAnimationFrame cycle

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 18 09:46:23 PDT 2019


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

            Bug ID: 200869
           Summary: Multiple scroll events during one
                    requestAnimationFrame cycle
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: macOS 10.14
            Status: NEW
          Severity: Major
          Priority: P2
         Component: Scrolling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: alex at boffinhouse.com

Safari dispatches multiple scroll events during one requestAnimationFrame "cycle". But the scroll event should be limited to the rAF.

Steps to reproduce:

1. open page:
Demo: https://jsbin.com/joculitacu/edit?console,output

2. Scroll the page

What you see:
You see multiple outputs `bug.` inside of the console.

What I expect:
No output.

To me it is not entirely clear wether this is a bug with the scroll event or the rAF.

-- 
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/20190818/7b28045d/attachment.html>


More information about the webkit-unassigned mailing list