Skip to main content

Bug Tracker

Side navigation

#5547 closed bug (invalid)

Opened November 25, 2009 04:54AM UTC

Closed October 19, 2010 11:39PM UTC

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:
Blocked by: Blocking:
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] );

Attachments (0)
Change History (2)

Changed June 13, 2010 06:54PM UTC by dmethvin comment:1

component: unfiledajax

Changed October 19, 2010 11:39PM UTC by addyosmani comment:2

resolution: → invalid
status: newclosed

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.