Closed Bug 127051 Opened 23 years ago Closed 20 years ago

Document.appendChild(DocumentFragment) should append children of DocumentFragment

Categories

(Core :: DOM: Core & HTML, defect, P4)

defect

Tracking

()

RESOLVED FIXED

People

(Reporter: axel, Assigned: bzbarsky)

References

()

Details

inserting a DocumentFragment into a Document is not inserting just the children of the DocumentFragment. Do we need to care about title and friends? Or are those several separate bugs?
hmm... that's a tough one... should we just iterate over all the children of the documentfragment and call InsertBefore() on each of these children?
Priority: -- → P4
Yup, that should do it. Problems with title n' stuff should be separate bugs...
Mass-reassigning bugs to dom_bugs@netscape.com
Assignee: jst → dom_bugs
Summary: Inserting a DocumentFragment into a Document is broken → Document.appendChild(DocumentFragment) should append children of DocumentFragment
*** Bug 209027 has been marked as a duplicate of this bug. ***
I have just fallen victim to this one. Is there any progress on fixing it? Seems like an easy to fix. 2,5 years seems time long enough to live for such small a bug :)
I have just tried it on Firefox 0.9 RC and it seems to have been resolved. I can't check for sure now, because venkman doesn't seem to start up on my machine right now, but is seems we're happy with this one ;)
looking at the source it doesn't look like we do this right so I'd say the bug is still there.
Depends on: 278472
Assignee: general → bzbarsky
Fixed by checkin for bug 278472.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Component: DOM: Core → DOM: Core & HTML
QA Contact: stummala → general
You need to log in before you can comment on or make changes to this bug.