[Webkit-unassigned] [Bug 8420] iExploder(#12): Assertion failure in RenderContainer::removeChildNode
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sun Apr 16 05:47:37 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8420
------- Comment #3 from opendarwin.org at mitzpettel.com 2006-04-16 05:47 PDT -------
The root cause of this bug is that RenderInline::splitFlow() recycles the
button's inner anonymous block for the beginning of the split flow and puts the
rest in sibling anonymous blocks, whereas the button expects all its children
to be in the inner anonymous block it created initially.
I think the inner anonymous block should be maintained as the button's only
child, so splitFlow() should avoid recycling it. Since only buttons need this
behavior, maybe it's okay to simply check if the anonymous block's parent is a
button.
--
Configure bugmail: http://bugzilla.opendarwin.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