Ticket #155 (new defect)
Opened 4 months ago
Selection of nested IDs returns false positives
| Reported by: | philodespotos | Owned by: | why |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | lib/hpricot | Version: | |
| Keywords: | Cc: |
Description
Attached is a failing test which demonstrates that using a selector such as '#id1 #id2' will return #id2, whether it is actually a child of #id1 or not.
Selecting only '#id1', and then selecting '#id2' within the result works as expected.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
