Skip to main content

Bug Tracker

Side navigation

#6840 closed bug (duplicate)

Opened July 28, 2010 10:55AM UTC

Closed October 29, 2010 06:59PM UTC

Last modified March 13, 2012 09:29PM UTC

.append() from iframe to top document

Reported by: katamshut Owned by:
Priority: low Milestone: 1.4.1
Component: manipulation Version: 1.4.1
Keywords: append IE7 adoptNode Cc:
Blocked by: Blocking:
Description

Hi

Executing .append() within an iframe to top document does not work in IE7.

example:

$('body',top.document).append($('#myDivAtIFrame'));

Answer from IE7 is "Invalid Argument".

Please tell me if more information is needed.

Thanks a lot!

Christian

Attachments (0)
Change History (2)

Changed October 29, 2010 06:59PM UTC by snover comment:1

keywords: append, IE7append IE7 adoptNode
priority: → low
resolution: → duplicate
status: newclosed

Changed October 29, 2010 06:59PM UTC by snover comment:2

Duplicate of #4059.