Bug 17158

Summary: Setting innerHTML in a detached XHTML element doesn't use the right namespace
Product: WebKit Reporter: nicholas Buenk <mornnb>
Component: DOMAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Major CC: ap, cdumez, mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   
URL: http://www.digicow.net/disctopia/
Attachments:
Description Flags
proposed fix darin: review+

Description nicholas Buenk 2008-02-02 14:58:11 PST
Click on the arrows, text is broken up into multiple lines.
Comment 1 mitz 2008-02-02 17:15:26 PST
The document creates TR and TD elements in the null namespace. See bug 8007.
Comment 2 Alexey Proskuryakov 2008-02-04 02:20:05 PST
This is a problem not just with this site, but with Prototype.js in general.
Comment 3 Alexey Proskuryakov 2008-02-04 02:59:06 PST
Created attachment 18901 [details]
proposed fix
Comment 4 Darin Adler 2008-02-05 11:37:50 PST
Comment on attachment 18901 [details]
proposed fix

r=me
Comment 5 Alexey Proskuryakov 2008-02-05 11:56:16 PST
Committed revision 30013.

Comment 6 Lucas Forschler 2019-02-06 09:03:17 PST
Mass moving XML DOM bugs to the "DOM" Component.