#2253 closed bug (duplicate)
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 (8)
Changed 15 years ago by
Attachment: | iframe.zip added |
---|
comment:1 Changed 13 years ago by
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.
comment:2 Changed 12 years ago by
Keywords: | clonenode added |
---|---|
Milestone: | 1.2.3 |
Priority: | major → low |
comment:3 Changed 12 years ago by
Keywords: | adoptnode added |
---|
comment:4 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is an IE issue. But you can use this workaround
comment:5 Changed 12 years ago by
Component: | core → manipulation |
---|---|
Milestone: | → 1.next |
Resolution: | wontfix |
Status: | closed → reopened |
Version: | 1.2.2 → 1.4.4 |
comment:6 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
iframe-test