Modify ↓
Ticket #6620 (closed bug: invalid)
ajax method does not load XML on IE
| Reported by: | philk | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | 1.4.3 |
| Component: | ajax | Version: | 1.4.2 |
| Keywords: | ie, xml, ajax | Cc: | |
| Blocking: | Blocked by: |
Description
The following steps are required to make ajax work on IE: http://rationalogic.com/development/jquery-ajax-and-internet-explorer/
This should clearly be handled inside the library instead of everybody building his own fix. IE will bail out in ajax.httpData at the line: if ( xml && data.documentElement.nodeName === "parsererror" ) {
jQuery.error( "parsererror" );
} In case of an IE browser it should apply the steps outlined in the blogpost automatically.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

The original blog post you referenced is currently not loading up and the site appears to be down. As a lot of the information in your ticket was specific to content in the post, could you please re-submit your ticket with the content (or a summary) and a valid test case that we can evaluate?