#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: | |
Blocked by: | Blocking: |
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 (1)
comment:1 Changed 12 years ago by
Keywords: | ajax added |
---|---|
need: | Review → Test Case |
Priority: | → undecided |
Resolution: | → invalid |
Status: | new → closed |
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?