Bug Tracker

Modify

Ticket #5547 (closed bug: invalid)

Opened 4 years ago

Last modified 3 years ago

jquery.1.3.2 load function callback method issue when request was aborted.

Reported by: returnnull Owned by:
Priority: major Milestone: 1.4
Component: ajax Version: 1.3.2
Keywords: load, callback Cc:
Blocking: Blocked by:

Description

envrioment windows xp, ie 7.0 jquery 1.3.2

global setting: jQuery.ajaxSetup ({

cache: false, timeout:10000, timeout 10 seconds. error: errorProcessfunction error: errorProcessfunction error handler.

}); I use load function , add a callback function, when the request is aborted because of timeout.

res.stateReady is 1, res.responseText caused js error alert meaning the data is not ready. The following code causes the issue: if( callback )

self.each( callback, [res.responseText, status, res] );

Change History

comment:1 Changed 3 years ago by dmethvin

  • Component changed from unfiled to ajax

comment:2 Changed 3 years ago by addyosmani

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

Please try to upgrade to either jQuery 1.4.2 or 1.4.3. There have been several updates to the core since 1.3.2 and as far as my tests have gone, IE7 does not appear to have an issue with this with our latest versions.

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.