Opened 10 years ago
Closed 10 years ago
#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: | ||
Blocked by: | Blocking: |
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 (3)
comment:1 Changed 10 years ago by
Component: | unfiled → selector |
---|---|
Milestone: | None → 1.8.2 |
Owner: | set to gibson042 |
Priority: | undecided → blocker |
Status: | new → assigned |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/sizzle/pull/151