Skip to main content

Bug Tracker

Side navigation

#4696 closed bug (invalid)

Opened May 29, 2009 11:21AM UTC

Closed October 06, 2010 12:29AM UTC

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

Attachments (0)
Change History (1)

Changed October 06, 2010 12:29AM UTC by addyosmani comment:1

resolution: → invalid
status: newclosed

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.