Sizzle ignores seed argument when using positional selectors
Dave and I found this when exploring #7322. Filtering with a span:first selector gave us an anchor tag: http://jsfiddle.net/timmywil/eJ4yd/4/
I followed the codepath and discovered that the seed argument was not passed through. Tests added to jQuery traversing for the fix in Sizzle.
Change History (3)
Component: |
unfiled →
selector
|
Owner: |
set to Timmy Willison
|
Priority: |
undecided →
high
|
Status: |
new →
assigned
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Added filtering tests and updating sizzle to fix filtering with positional selectors. Fixes #10315.