Opened 14 years ago
Closed 13 years ago
#2023 closed enhancement (wontfix)
[pathc][cla] Implement BUFakeNode.cloneNode() method in BUFakeDom.js
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | TestFramework | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
It would be good to include a cloneNode() method for BUFakeNode in testtools/JsFakeDom/BUFakeDom.js. I've written a simple implementation which I'll attach.
My CLA is in the mail.
Attachments (3)
Change History (5)
Changed 14 years ago by
Attachment: | cloneNode.patch added |
---|
Changed 14 years ago by
Attachment: | cloneNode.2.patch added |
---|
Improved cloneNode(), copies selected properties from the old Node.
Changed 14 years ago by
Attachment: | cloneNode.3.patch added |
---|
BUFakeNode.cloneNode() now copies all basic properties, then initializes the clone.
comment:1 Changed 14 years ago by
Milestone: | → 0.9 |
---|---|
Summary: | Implement BUFakeNode.cloneNode() method in BUFakeDom.js → [pathc][cla] Implement BUFakeNode.cloneNode() method in BUFakeDom.js |
comment:2 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
we don't use the fakedom stuff anymore
Note: See
TracTickets for help on using
tickets.
Implementation of BUFakeNode.cloneNode()