Side navigation
#94 closed bug (invalid)
Opened July 25, 2006 02:46PM UTC
Closed August 15, 2006 05:04AM UTC
Last modified June 21, 2007 05:09AM UTC
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?
Attachments (0)
Change History (2)
Changed July 27, 2006 06:45AM UTC by comment:1
Changed August 15, 2006 05:04AM UTC by comment:2
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.
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.