Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Reworks how values of parameters passed to error callbacks are determined. Fixes #8050.