[Webkit-unassigned] [Bug 83049] [Qt][WK2] Assertion failure on loading new page after panning/zooming

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 11:23:18 PDT 2012


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





--- Comment #1 from Dinu Jacob <dinu.jacob at Nokia.com>  2012-04-03 11:23:18 PST ---
ensureContentWithinViewportBoundary is called with 'immediate' flag set to false. This results in an animation as there is a change in the visible content rectangle. While the animation is in progress, ChangeViewportProperties message is received. This results in a call to QtViewportInteractionEngine::applyConstraints and the ASSERT in reset fails as we are in the middle of animation for the visible content rect change.

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