[Webkit-unassigned] [Bug 39517] [Qt] GraphicsLayer: The rocket animation doesn't scroll together with the page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 25 01:53:57 PDT 2010


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


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hausmann at webkit.org




--- Comment #5 from Simon Hausmann <hausmann at webkit.org>  2010-05-25 01:53:55 PST ---
As far as I can see this is a regression introduced in r59152, which appears to have removed the call to updateCompositingScrollPosition().

Since 59152 wasn't cherry-picked into the release branch, the patch for this bug doesn't apply. However pre-59152 - i.e. with what's in the 2.0 branch - the call to updateCompositionScrollPosition() is there but it happens before calling syncLayers().

Is this analysis correct?

What's the right thing to do for 2.0? Keep it as is? Move the call to after syncLayers(), like in the trunk?

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