Opened 12 years ago
Closed 12 years ago
#6901 closed bug (patchwelcome)
after() with iframe is not working correctly
Reported by: | Niko Viitala | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | manipulation | Version: | 1.4.2 |
Keywords: | after, before, iframe, firefox | Cc: | |
Blocked by: | Blocking: |
Description
Element which is moved with after or before function doesn't render it's iframe's content.
Firebug shows the content correctly, but it doesn't render. There isn't any javascript error.
Example in attachment.
Bug in: Firefox/3.6.8 and Safari 5.0.1. (Win XP) Works in: IE 8.0.6 (Win XP)
Attachments (2)
Change History (5)
Changed 12 years ago by
Attachment: | after-before-bug.html added |
---|
Changed 12 years ago by
Attachment: | test-6901.html added |
---|
comment:1 Changed 12 years ago by
I tweaked the demo a bit to eliminate the possibility of invalid markup and inserting before the document was ready. The only place it works for me is in IE; it fails in Firefox 3.6, Chrome 5, Safari 5, and Opera 10.
comment:2 Changed 12 years ago by
Milestone: | 1.4.3 → 1.5 |
---|---|
Priority: | → low |
Status: | new → open |
comment:3 Changed 12 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | open → closed |
Unfortunately I don't believe that there is any way around this, browsers prevent this on a fundamental level (as you noticed).
after/before bug example