Bug Tracker

Modify

Ticket #6933 (closed bug: invalid)

Opened 3 years ago

Last modified 15 months ago

ajax request fails in IE8 with "Error requesting page"

Reported by: charger440six_pac Owned by:
Priority: undecided Milestone: 1.4.3
Component: ajax Version: 1.4.2
Keywords: Cc:
Blocking: Blocked by:

Description

In IE8, the request is not submitted to server because window.XMLHttpRequest IS defined in IE8 but apparently does not work. Ref. line 4952 in jquery-1.4.2.js. This causes xhr to be set to 'new window.XMLHttpRequest()' which appears to cause the failure. When xhr gets set to the reurn value from 'new window.ActiveXObject("Microsoft.XMLHTTP")', the request is transferred correctly. This appear to also affect the 'load' method. Win7/IE8 v8.0.7600.16385

Change History

comment:1 Changed 3 years ago by charger440six_pac

The issue with the load method has been identified & resolved and is NOT related to the ajax request failing to submit.

comment:2 Changed 3 years ago by snover

  • Priority set to undecided
  • Status changed from new to closed
  • Resolution set to invalid

Invalid as per submitter.

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.