[Webkit-unassigned] [Bug 93583] Select/insertHTML at element boundaries inserts content in the wrong place

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 23:25:07 PDT 2012


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





--- Comment #2 from David Gatwood <dgatwood at mac.com>  2012-08-08 23:25:32 PST ---
It also fails if you try to replace the entire contents of a node in lots of spectacular ways.  For example, the second script I'm attaching, inserthtmlWholeBody.html, makes a copy of document.body.innerHTML, then uses execCommand's insertHTML to replace the entire body with its former contents.  This works correctly in Firefox (the body's contents are identical after the operation).  However, in Safari/WebKit, you get nodes nested inside other nodes that should not exist.

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