[Webkit-unassigned] [Bug 45631] Scroll event should be fired asynchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 30 14:22:33 PDT 2010


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


Peter Kasting <pkasting at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|scrollByLines() is now      |Scroll event should be
                   |asynchronous on Windows     |fired asynchronously
         AssignedTo|webkit-unassigned at lists.web |mihaip at chromium.org
                   |kit.org                     |




--- Comment #7 from Peter Kasting <pkasting at google.com>  2010-09-30 14:22:32 PST ---
Testing other browsers makes it clear that smooth scrolls generally dispatch several scroll events per high-level scroll, and do so asynchronously.

Right now, everything should be synchronous since Darin (Fisher) turned off smooth scrolling at compile time.  So the test is actually passing again.  But we should change the event to be async and then also change the test.

Mihai is going to work on this stuff, I think.  I'll check in a change that unmarks this test as "failing".

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list