[Webkit-unassigned] [Bug 12373] ASSERTION FAILURE: !child->needsLayout() on paypal.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 27 18:16:58 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12373





------- Comment #6 from bdakin at apple.com  2007-01-27 18:16 PDT -------
I talked with Maciej a bit about this bug. We are asserting because child is a
RenderInline and RenderInline::layout() does nothing. (It is worth noting that
this does not crash without the assertion, not does it cause any layout
glitches as far as I can tell.) After talking with Maciej, it seems like we are
incorrectly constructing the RenderTree. It seems like there should be an
anonymous block wrapping the RenderInline so that it would get updated
appropriately if there was anything to update. If this isn't the case, then it
seems like the assertion is just wrong. 


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list