Side navigation
#8050 closed bug (fixed)
Opened January 25, 2011 02:04PM UTC
Closed January 25, 2011 03:08PM UTC
Last modified January 25, 2011 07:12PM UTC
ajax's error textStatus should be "error"
Reported by: | musicisair | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | ajax | Version: | 1.5rc1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
arguments
of $.ajax()'s error callback for a 404 (Not Found) response are [Object, "Not Found", "Not Found"]
when they should be [Object, "error", "Not Found"]
Test case here: http://jsfiddle.net/tbS4G/
Reworks how values of parameters passed to error callbacks are determined. Fixes #8050.
Changeset: 5ca8f0617f5c94495380ff783452a52eab706d39