Closed
Bug 42973
Opened 25 years ago
Closed 22 years ago
Implement DOM2 importNode for XULDocument
Categories
(Core :: DOM: Core & HTML, enhancement, P4)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
Future
People
(Reporter: taras.tielkes, Unassigned)
References
Details
(Keywords: dom2, Whiteboard: [nsbeta3-])
Vidur said in dom n.g.:
"for us, the implementation could just call cloneNode."
I am not sure if this will work after reading:
http://bugzilla.mozilla.org/show_bug.cgi?id=40965
Comment 1•25 years ago
|
||
This is done for XML and HTML documents (I think Vidur did it, we should
implement this for XUL documents too for consistency. Nominating nsbeta3.
Status: NEW → ASSIGNED
Keywords: nsbeta3
Updated•25 years ago
|
Target Milestone: --- → M18
Comment 2•25 years ago
|
||
This bug has been marked "future" because the original netscape engineer working
on this is over-burdened. If you feel this is an error, that you or another
known resource will be working on this bug,or if it blocks your work in some way
-- please attach your concern to the bug for reconsideration.
Target Milestone: M18 → Future
Updated•25 years ago
|
Whiteboard: [nsbeta3-]
Updated•24 years ago
|
Component: DOM Level 2 → DOM HTML
Comment 3•24 years ago
|
||
We should move this to Mozilla Extensions (or somewhere else) if the HTML part
of this bug is fixed.
Comment 4•24 years ago
|
||
P4, dependency on bug 124412. We can't even call CloneNode() at this point for
XULDocument, because even that is not implemented.
-> DOM Mozilla Extensions since HTML and XML are fixed.
Component: DOM HTML → DOM Mozilla Extensions
Depends on: 124412
Priority: P3 → P4
Summary: Implement DOM2 importNode → Implement DOM2 importNode for XULDocument
Comment 5•22 years ago
|
||
Mass-reassigning bugs to dom_bugs@netscape.com
Assignee: jst → dom_bugs
Status: ASSIGNED → NEW
Comment 6•22 years ago
|
||
Should work now that nsXULDocument inherits this functionality from nsDocument.
FIXED.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•