Duplicates not removed before evaluating :eq(n)
The test suite has a selector test for "div div:eq(27)" but trying jQuery("div div").eq(27) in Firebug returns a different div.
I'd expect jQuery("div div:eq(27)") to return the same result as jQuery("div div").eq(27).
It seems that duplicates are not removed from the working list of elements before evaluating the :eq() selector (and I suspect other positional selectors as well, although I haven't tried those yet).
(The mailing list / discussion group thread is at http://groups.google.com/group/jquery-dev/browse_thread/thread/fc49c5bc6524e8aa )
Change History (6)
Component: |
unfilled →
selector
|
Owner: |
set to john
|
Milestone: |
1.4
|
Version: |
1.3.2 →
1.4.4
|
Resolution: |
→ duplicate
|
Status: |
open →
closed
|
:eq(n) test case