#94 closed bug (invalid)
XPath issue
Reported by: | john | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In firebug console (or in page JS):
$("td")
[<td>,<td valign="top">,<td>]
$("td/input")
a has no properties
using svn revision 159
Can anyone confirm?
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The fact that this isn't duplicable in a contained setting is rather suspicious. I'd definitely check to see if there are un-closed tags.
Regardless, it is a weird bug, but until we have a way to reproduce it, I'm going to close the ticket.
Note: See
TracTickets for help on using
tickets.
How odd, I can't reproduce it at http://cbwhiz.com/programming/js/bug94/bug94.html (simplified testcase) but I can reproduce it at http://liua.org/main.php (using firebug to test)
I know the latter isn't anywhere near valid html (I blame the designer...) but I still don't understand why it fails.