[Webkit-unassigned] [Bug 45631] scrollByLines() is now asynchronous on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 14:54:18 PDT 2010


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





--- Comment #6 from Peter Kasting <pkasting at google.com>  2010-09-23 14:54:18 PST ---
It seems to me that we shouldn't be sending scroll events as a side effect of doing the final low-level scrolls on the ScrollbarClient.  Instead we should be sending them in the course of generating the scroll request in the first place.

This way, I'd get a single "scroll" event for a single wheel click, regardless of how the ScrollAnimator breaks it apart.

Or am I misguided?  I don't have a good sense here.  At least the event isn't cancelable!

-- 
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