Ticket #9970 (closed bug: fixed)
Typo in ajax.js: status should be jzXHR.status?
| Reported by: | giova.chi | Owned by: | jaubourg |
|---|---|---|---|
| Priority: | low | Milestone: | 1.6.3 |
| Component: | ajax | Version: | 1.6.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
jquery.js, line 7233
The "status" should be "jqXHR.status" I think
source timestamp: Date: Thu Jun 30 14:16:56 2011 -0400
maybe it passes your tests because that line is not included in the test coverage?
Change History
comment:1 Changed 23 months ago by timmywil
- Owner set to giova.chi
- Priority changed from undecided to low
- Status changed from new to pending
- Component changed from unfiled to ajax
comment:2 Changed 23 months ago by giova.chi
- Status changed from pending to new
it's in the error handling code. I don't know how to make "transport.send(requestHeaders, done);" fail with jsFiddle.
Still, I think it's a bug.
comment:3 Changed 23 months ago by timmywil
- Status changed from new to pending
Is it perhaps reproducible on a private server?
comment:4 Changed 23 months ago by giova.chi
I think the easiest way is to take a look at the source code. That "status" variable is simply not defined anywhere in the scope. It's very hard to do a unit test for this error handling code, but whoever wrote the code should be able to see the problem very quickly.
I think he wanted to use "jqXHR.status" instead.
comment:5 Changed 22 months ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
comment:6 Changed 22 months ago by dmethvin
- Status changed from closed to reopened
- Resolution invalid deleted
Reopening for jaubourg to get a chance to weigh in.
comment:7 Changed 22 months ago by dmethvin
- Owner changed from giova.chi to jaubourg
- Status changed from reopened to assigned
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket. Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, we've created this boilerplate: http://jsfiddle.net/rwaldron/da3nM/ Open the link and click to "Fork" in the top menu.