[Webkit-unassigned] [Bug 65015] If Range::insertNode is passed an empty document fragment, it creates a broken DOM tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 22 18:26:47 PDT 2011


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





--- Comment #3 from Darin Adler <darin at apple.com>  2011-07-22 18:26:47 PST ---
I think all that’s needed to fix this bug is code to return from Range::insertNode function and do no further work if newNode->firstChild() is zero inside the DOCUMENT_FRAGMENT_NODE section of the code.

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