[Webkit-unassigned] [Bug 64974] REGRESSION(87526): ASSERT(!needsLayout()) followed by graphical glitches on google charts (svg loaded in iframe)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 22 13:50:05 PDT 2011


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





--- Comment #3 from Levi Weintraub <leviw at chromium.org>  2011-07-22 13:50:05 PST ---
We don't have a repro we can share yet, but I know the offending line. When RenderSVGRoot::negotiateSizeWithHostDocumentIfNeeded calls ownerRenderer->setNeedsLayoutPrefWidthsRecalc(), it sets us up for this. We get called to paint before that layout has occurred which triggers this bug. Commenting this out makes the assertions go away.

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