#4833 closed bug (fixed)
isXml function throws an error in IE when used in combination with an iframe
Reported by: | anotherhero | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | core | Version: | 1.3.2 |
Keywords: | isXml iframe | Cc: | |
Blocked by: | Blocking: |
Description
When trying to do $('iframe').contents().find('body'); On an iframe wich hasn't finished loading yet Internet Explorer gives a error on line 2339.
I had a hard time reproducing this error in a simple example so try reloading it around 20 times to see it happen.
Attachments (4)
Change History (6)
Changed 14 years ago by
Attachment: | isXml.patch added |
---|
Changed 14 years ago by
Changed 14 years ago by
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Component: | unfilled → core |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in SVN rev [6510].
Note: See
TracTickets for help on using
tickets.
I can confirm above patch fixed those line 2339 errors when using AJAX Uploader Plugin (http://fullfatcode.wordpress.com/2009/06/06/jquery-ajax-uploader-plugin/) in IE 8 (thanks anotherhero!).