[Webkit-unassigned] [Bug 139245] Programmatic scrolling and content changes are not alway synchronized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 5 16:05:44 PST 2014


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

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Even when programmatic scrolling, AsyncScrollingCoordinator::requestScrollPositionUpdate() sends the scroll off to the scrolling thread, which sometime later tells the UI thread that we scrolled in AsyncScrollingCoordinator::scheduleUpdateScrollPositionAfterAsyncScroll(), which (on a timer) hits AsyncScrollingCoordinator::updateScrollPositionAfterAsyncScroll().

-- 
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/20141206/3b4cb788/attachment-0002.html>


More information about the webkit-unassigned mailing list