Skip to main content

Bug Tracker

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)
  • after-before-bug.html (0.9 KB) - added by Niko Viitala August 12, 2010 08:58AM UTC.

    after/before bug example

  • test-6901.html (0.9 KB) - added by dmethvin August 13, 2010 01:00AM UTC.
Change History (3)

Changed August 13, 2010 01:01AM UTC by dmethvin comment:1

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.

Changed October 25, 2010 06:51AM UTC by SlexAxton comment:2

milestone: 1.4.31.5
priority: → low
status: newopen

Changed April 17, 2011 06:47PM UTC by john comment:3

resolution: → patchwelcome
status: openclosed

Unfortunately I don't believe that there is any way around this, browsers prevent this on a fundamental level (as you noticed).