Side navigation
#8533 closed bug (cantfix)
Opened March 15, 2011 04:34PM UTC
Closed April 17, 2011 08:48PM UTC
Last modified March 14, 2012 07:16PM UTC
Lots of JavaScript errors in IE9 when moving an iframe in DOM
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.6 |
Component: | manipulation | Version: | 1.5.1 |
Keywords: | browser-msie | Cc: | |
Blocked by: | Blocking: |
Description
If one loads an iframe containing jquery and moves that iframe in the DOM lots of errors are thrown. A repro case can be seen here http://jsfiddle.net/HYgnD/15/
Attachments (0)
Change History (6)
Changed March 29, 2011 06:57AM UTC by comment:1
Changed March 30, 2011 03:59PM UTC by comment:2
milestone: | 1.next → 1.6 |
---|---|
priority: | undecided → blocker |
status: | new → open |
Changed March 30, 2011 04:08PM UTC by comment:3
I'm unclear what the actual problem is. Does this illustrate it, or is it something else?
This example includes an iframe with just jQuery 1.5.1 and a console.log:
http://jsfiddle.net/cowboy/HYgnD/21/
A screenshot in IE9:
Changed March 30, 2011 07:26PM UTC by comment:4
component: | unfiled → manipulation |
---|
Changed April 11, 2011 02:00PM UTC by comment:5
This is actually an IE9 issue (not technically a jQuery issue), and yes it's a serious problem. This happens when you use .wrap() or simple JS that moves the IFRAME - or if you simply have an IFRAME inside UI-Dialog (to me this is the biggest issue).
Microsoft claims they do this to fix a memory leak. http://msdn.microsoft.com/en-us/library/gg622929(v=VS.85).aspx?ppud=4.
AFAIK, there's no code workaround for this issue.
Changed April 17, 2011 08:48PM UTC by comment:6
keywords: | → browser-msie |
---|---|
resolution: | → cantfix |
status: | open → closed |
Yeah, I'm not entirely sure that this is something that we can fix. I'll pass this along to the IE guys.
Why is the priority still undecided? This is a serious problem!