[Webkit-unassigned] [Bug 15122] REGRESSION: Assertion failure in avoidIntersectionWithNode (!node || node->parentNode()) running editing/deleting/5408255.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 31 09:12:13 PDT 2007


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





------- Comment #2 from darin at apple.com  2007-08-31 09:12 PDT -------
This is happening because the delete button controller no longer destroys its
container element when not in use. So it can be hanging around with no parent.

We're OK as long as we don't actually try to work with the container element,
so I just moved the assertion.


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