it only scrolls after the animation is over
Created attachment 56762 [details] Fix
Jesus, your refactoring broke this.
Comment on attachment 56762 [details] Fix Clearing flags on attachment: 56762 Committed r60041: <http://trac.webkit.org/changeset/60041>
All reviewed patches have been landed. Closing bug.
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?
If the rocket animation scrolls together with the page, I say you need to do nothing.
It doesn't matter - the implementations are interchangeable. I agree with Kenneth...
Fixed url to testcase
(In reply to comment #6) > If the rocket animation scrolls together with the page, I say you need to do nothing. I assume with "scroll together" you mean scrolling the page with the wheel should work fine while the animation is running?
(In reply to comment #9) > (In reply to comment #6) > > If the rocket animation scrolls together with the page, I say you need to do nothing. > > I assume with "scroll together" you mean scrolling the page with the wheel should work fine while the animation is running? Exactly.
Good, since that worked I'll remove it from the blockers. No picking necessary :)