#8050 closed bug (fixed)
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/
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Milestone: | 1.next → 1.5 |
Priority: | undecided → high |
Note: See
TracTickets for help on using
tickets.
Reworks how values of parameters passed to error callbacks are determined. Fixes #8050.