#8533 closed bug (cantfix)
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/
Change History (6)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Milestone: | 1.next → 1.6 |
---|---|
Priority: | undecided → blocker |
Status: | new → open |
comment:3 Changed 12 years ago by
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: http://gyazo.com/a4dc57134aeb240065f86b08d49ce0c4.png
comment:4 Changed 12 years ago by
Component: | unfiled → manipulation |
---|
comment:5 Changed 12 years ago by
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.
comment:6 Changed 12 years ago by
Keywords: | browser-msie added |
---|---|
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!