Side navigation
#6901 closed bug (patchwelcome)
Opened August 12, 2010 08:57AM UTC
Closed April 17, 2011 06:47PM UTC
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 (3)
Changed August 13, 2010 01:01AM UTC by comment:1
Changed October 25, 2010 06:51AM UTC by comment:2
milestone: | 1.4.3 → 1.5 |
---|---|
priority: | → low |
status: | new → open |
Changed April 17, 2011 06:47PM UTC by comment:3
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).
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.