Opened 14 years ago
Closed 12 years ago
#4696 closed bug (invalid)
Clone() method not working when applied to editable BODY element
Reported by: | mparejo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.2.6 |
Keywords: | clone, editable | Cc: | |
Blocked by: | Blocking: |
Description
Hi,
We are trying to call Clone method on a BODY element and this body element belongs to an IFRAME. When the BODY is editable, clone method throws an error in the following line:
container.appendChild(a);
When the body element is not editable, which is actually the most common scenario, everything works fine.
Thanks in advance
Note: See
TracTickets for help on using
tickets.
Please re-submit a valid test case demonstrating/replicating the behavior summarized in this ticket so that we can further investigate the issue experienced. If you could also provide further information about what you're trying to do (or were trying to do) that would be great too.