Modify ↓
Ticket #12526 (closed bug: fixed)
:last selector fails to find a match
| Reported by: | tomascassidy | Owned by: | gibson042 |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.8.2 |
| Component: | selector | Version: | git |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
jsfiddle test case: http://jsfiddle.net/bfVBH/ Tested in Chromium 18.0.1025.168 (Ubuntu 12.04)
If the jQuery version on the jsfiddle test case is set to 1.8.0 or lower, then the [<canvas>] is logged to the console. If I change the jQuery version on the test case to edge (1.8.1?) then the ':last' selector returns an empty list when it should return [<canvas>].
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
