[Webkit-unassigned] [Bug 5926] Assertion failure in HTMLGenericFormElementImpl::removedFromTree

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Fri Dec 30 16:17:24 PST 2005


http://bugzilla.opendarwin.org/show_bug.cgi?id=5926





------- Additional Comments From darin at apple.com  2005-12-30 16:17 -------
(From update of attachment 5388)
I don't think it's right to just remove this assert. It's possible that a form
element is being removed from the DOM tree along with a form that it's nested
inside. The form the element is attached to is still in the main document's DOM
tree. This code will discover the form that's being removed along with the
node, but will leave the form element attached to the form still in the main
document. This is not a good state -- the form from the main document has an
element attached to it that's no longer in the document at all.


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