[Webkit-unassigned] [Bug 43071] ASSERTION FAILURE in AppendNodeCommand::AppendNodeCommand when indenting HTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 2 12:10:38 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=43071





--- Comment #3 from Ryosuke Niwa <rniwa at webkit.org>  2010-08-02 12:10:37 PST ---
This bug seems to be caused by indentIntoBlockquote calling moveParagraphWithClones with a wrong outerBlock (i.e. outerBlock doesn't contain startOfParagraphToMove).  As a result, cloneParagraphUnderNewElement tries to copy everything up to Document node and fails on appendChild.

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



More information about the webkit-unassigned mailing list