Side navigation
#12526 closed bug (fixed)
Opened September 13, 2012 07:34AM UTC
Closed September 19, 2012 03:32PM UTC
: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>].