RESOLVED DUPLICATE of bug 2263424302
ASSERTION FAILED: m_node->parentNode() when copy/paste with evil mutation events
https://bugs.webkit.org/show_bug.cgi?id=24302
Summary ASSERTION FAILED: m_node->parentNode() when copy/paste with evil mutation events
Eric Seidel (no email)
Reported 2009-03-02 15:24:26 PST
While trying to make a simpler test case for bug 22634, I ran into another crasher :( ASSERTION FAILED: m_node->parentNode() (/Users/eseidel/Projects/WebKit/WebCore/editing/RemoveNodeCommand.cpp:39 WebCore::RemoveNodeCommand::RemoveNodeCommand(WTF::PassRefPtr<WebCore::Node>)) Test case coming shortly.
Attachments
ASSERT stack trace (30.13 KB, text/plain)
2009-03-02 15:24 PST, Eric Seidel (no email)
no flags
test case (DOES NOT WORK under DumpRenderTree!), works manually though. (903 bytes, text/html)
2009-03-02 15:32 PST, Eric Seidel (no email)
no flags
Eric Seidel (no email)
Comment 1 2009-03-02 15:24:59 PST
Created attachment 28198 [details] ASSERT stack trace
Eric Seidel (no email)
Comment 2 2009-03-02 15:32:27 PST
Created attachment 28199 [details] test case (DOES NOT WORK under DumpRenderTree!), works manually though.
Eric Seidel (no email)
Comment 3 2009-03-02 16:30:45 PST
The fix attached to bug 22634 seems to fix this ASSERT as well. *** This bug has been marked as a duplicate of 22634 ***
Note You need to log in before you can comment on or make changes to this bug.