Side navigation
#5839 closed bug (duplicate)
Opened January 16, 2010 04:47PM UTC
Closed January 26, 2010 01:13PM UTC
exception string not passed to error handlers in onreadystatechange fn
Reported by: | malsup | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.4.1 |
Component: | ajax | Version: | 1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The call to jQuery.handleError in the onreadystatechange function does not pass exception string that may have been thrown from jQuery.httpData.
Test case: http://jquery.malsup.com/test/ajax.html
This is especially relevant given the new strict json parsing model.
Attachments (0)
Change History (2)
Changed January 16, 2010 11:33PM UTC by comment:1
description: | The call to jQuery.handleError in the onreadystatechange function does not pass exception string that may have been thrown from jQuery.httpData. \ \ Test case: http://jquery.malsup.com/test/ajax.html → The call to jQuery.handleError in the onreadystatechange function does not pass exception string that may have been thrown from jQuery.httpData. \ \ Test case: http://jquery.malsup.com/test/ajax.html \ \ This is especially relevant given the new strict json parsing model. |
---|
Changed January 26, 2010 01:13PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |