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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 12 22:24:49 PDT 2010


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





--- Comment #2 from Ojan Vafai <ojan at chromium.org>  2010-09-12 22:24:49 PST ---
It's not clear to me whether it's OK to make this method async, but we should at least be consistent across platforms.

Looks like Firefox is the only other browser to implement scrollByLines and it only implements it on Window (where WebKit only implements it on Element). So, if there are regressions from making this async, they'd be in WebKit-only code paths.

Alternately, maybe when scrollByLines is called from JS, it shouldn't smooth scroll? It seems we don't smooth scroll if you set scrollTop.

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