Closed
Bug 50533
Opened 24 years ago
Closed 24 years ago
DOM1 Node::cloneNode(true) ignores expandos
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: taras.tielkes, Assigned: jst)
References
Details
(Keywords: testcase)
Attachments
(1 file)
369 bytes,
text/html
|
Details |
Currently, the cloneNode method will not clone any expando properties attached
to a given node. This makes expandos hand to use with the DOM. The attached
testcase works fine in IE.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
Marking 'invalid' per Vidur's comments (29 aug 2000) in the mozilla.dom news group.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•24 years ago
|
Component: DOM Level 1 → DOM Core
Reporter | ||
Comment 5•24 years ago
|
||
Verified invalid.
Comment 7•22 years ago
|
||
here's a link to those comments...
http://groups.google.com/groups?selm=39ABF5E7.BF5864A6%40netscape.com
Comment 8•18 years ago
|
||
*** Bug 340429 has been marked as a duplicate of this bug. ***
Comments are gone so lets mark it back to VALID.
I assume its because the w3c said so, and I say who cares ^^.
Comment 10•16 years ago
|
||
Comment 11•16 years ago
|
||
Why don't we just fix it already? Who's it going to hurt? Seriously. All it's going to do is be helpful and make alot more programmers like the browser.
You need to log in
before you can comment on or make changes to this bug.
Description
•