Side navigation
#5927 closed bug (invalid)
Opened January 25, 2010 03:11PM UTC
Closed October 09, 2010 04:16AM UTC
Last modified March 15, 2012 10:59AM UTC
AJAX problem with IE6/IE7
Reported by: | lbonhomme | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | ajax | Version: | 1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Using IE6, IE7 and possibly FF older than 3.5.5 (tested on 3.0.17).
Some AJAX requests seem to come back on error with no reason (same request is working well with lib 1.3.2).
Comes back with
xhr.status=200
thrownError : undefined
$.ajax({
type: "POST",
dataType: "json",
url: "../ajnet/showme",
async: true,
data: {ad_id: this.adId},
timeout: 10000,
error: function(xhr, ajaxOptions, thrownError) {
alert(xhr.status+" : "+thrownError);
},
success: function(json){
...
}
}
});
Attachments (0)
Change History (1)
Changed October 09, 2010 04:16AM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
I am closing this bug due to age. If you are still able to reproduce this issue and have a valid testcase please provide a link.