#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: | ||
Blocked by: | Blocking: |
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 (9)
comment:1 Changed 12 years ago by
Component: | unfiled → ajax |
---|---|
Owner: | set to giova.chi |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 12 years ago by
Status: | pending → 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 12 years ago by
Status: | new → pending |
---|
Is it perhaps reproducible on a private server?
comment:4 Changed 12 years ago by
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 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
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 11 years ago by
Resolution: | invalid |
---|---|
Status: | closed → reopened |
Reopening for jaubourg to get a chance to weigh in.
comment:7 Changed 11 years ago by
Owner: | changed from giova.chi to jaubourg |
---|---|
Status: | reopened → assigned |
comment:8 Changed 11 years ago by
Milestone: | None → 1.6.3 |
---|---|
Summary: | jQuery 1.6.2 error → Typo in ajax.js: status should be jzXHR.status? |
comment:9 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Typo was fixed while investigating #9585.
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.