Bug Tracker

Modify

Ticket #6620 (closed bug: invalid)

Opened 3 years ago

Last modified 14 months ago

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

comment:1 Changed 3 years ago by addyosmani

  • Keywords xml, ajax added; xml removed
  • need changed from Review to Test Case
  • Status changed from new to closed
  • Resolution set to invalid
  • Priority set to undecided

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?

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.