Skip to main content

Bug Tracker

Side navigation

#2253 closed bug (duplicate)

Opened January 30, 2008 01:20AM UTC

Closed January 19, 2011 04:46PM UTC

Last modified January 19, 2011 04:46PM UTC

iframe bug?

Reported by: suning Owned by:
Priority: low Milestone: 1.next
Component: manipulation Version: 1.4.4
Keywords: iframe clonenode adoptnode Cc:
Blocked by: Blocking:
Description

if in a page Have two "iframe" ,

use it in IE(6/7):

$("iframe").contents().find("body").append("<div>test</div>");

then, A error occur.

Attachments (1)
  • iframe.zip (29.8 KB) - added by suning January 30, 2008 01:21AM UTC.

    iframe-test

Change History (7)

Changed June 20, 2010 05:20PM UTC by dmethvin comment:1

In IE8, I get an error of "Permission Denied" in jQuery.contents() when I click either button. I also get an "Invalid character" message on line 1 of jquery.js. Notice that the test case is in charset=gb2312.

Changed November 17, 2010 05:05AM UTC by snover comment:2

keywords: iframeiframe clonenode
milestone: 1.2.3
priority: majorlow

Changed November 17, 2010 05:05AM UTC by snover comment:3

keywords: iframe clonenodeiframe clonenode adoptnode

Changed November 20, 2010 10:09PM UTC by jitter comment:4

resolution: → wontfix
status: newclosed

This is an IE issue. But you can use this workaround

Changed January 19, 2011 04:46PM UTC by jitter comment:5

component: coremanipulation
milestone: → 1.next
resolution: wontfix
status: closedreopened
version: 1.2.21.4.4

Changed January 19, 2011 04:46PM UTC by jitter comment:6

resolution: → duplicate
status: reopenedclosed

Changed January 19, 2011 04:46PM UTC by jitter comment:7

Duplicate of #4059.