[Webkit-unassigned] [Bug 109712] [Chromium] Compositor is applying scroll offset using 'programmatic' API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 18 09:57:08 PST 2013


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





--- Comment #1 from John Knottenbelt <jknotten at chromium.org>  2013-02-18 09:59:30 PST ---
If I change Page::setPageScaleFactor to use view->setScrollOffset instead of view->setScrollPosition, and WebViewImpl::applyScrollAndScale to use setScrollOffset instead of ScrollBy, we can avoid the compositor triggering the 'programmatic' scroll FrameView::setScrollPosition.

setScrollPosition looks like it is updating scroll bars, before calling setScrollOffset. I tried it in Chrome on Android, and scroll bars seemed to be updated OK, however.

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