Side navigation
#6620 closed bug (invalid)
Opened June 01, 2010 12:30PM UTC
Closed October 12, 2010 05:18AM UTC
Last modified March 15, 2012 01:02PM UTC
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.
Attachments (0)
Change History (1)
Changed October 12, 2010 05:18AM UTC by comment:1
keywords: | ie, xml → ie, xml, ajax |
---|---|
need: | Review → Test Case |
priority: | → undecided |
resolution: | → invalid |
status: | new → closed |
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?