#13237 closed bug (invalid)
.attr fails for xml elements
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When querying with Ajax to a url that returns xml, when reading an element's attribute's value using attr('attName') fails now with 1.9.0
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
We still need a test case; can either of you provide one using jsfiddle.net?
comment:3 Changed 10 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:4 Changed 10 years ago by
This is not closed! I gave you the steps to reproduce; I do not have to use some tool to tell you otherwise.
I will state it again. Query via ajax a url that returns xml Find an element that has attributes. Read one of the attributes with .attr(name) You will see the error
How more simpler of a test case do you need?
comment:5 Changed 10 years ago by
A sentence is generally not a good substitute for code. If you are unable to provide a complete test case in JavaScript that fails, please try your page with http://code.jquery.com/jquery-git.js and let us know if it still fails.
Replying to [email protected]…:
I confirm this error.