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)
Change History (7)
Changed June 20, 2010 05:20PM UTC by comment:1
Changed November 17, 2010 05:05AM UTC by comment:2
keywords: | iframe → iframe clonenode |
---|---|
milestone: | 1.2.3 |
priority: | major → low |
Changed November 17, 2010 05:05AM UTC by comment:3
keywords: | iframe clonenode → iframe clonenode adoptnode |
---|
Changed November 20, 2010 10:09PM UTC by comment:4
resolution: | → wontfix |
---|---|
status: | new → closed |
This is an IE issue. But you can use this workaround
Changed January 19, 2011 04:46PM UTC by comment:5
component: | core → manipulation |
---|---|
milestone: | → 1.next |
resolution: | wontfix |
status: | closed → reopened |
version: | 1.2.2 → 1.4.4 |
Changed January 19, 2011 04:46PM UTC by comment:6
resolution: | → duplicate |
---|---|
status: | reopened → closed |
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.