Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10315 closed bug (fixed)

Sizzle ignores seed argument when using positional selectors

Reported by: Timmy Willison Owned by: Timmy Willison
Priority: high Milestone: 1.7
Component: selector Version: 1.6.4
Keywords: Cc:
Blocked by: Blocking:

Description

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)

comment:1 Changed 12 years ago by Timmy Willison

Component: unfiledselector
Owner: set to Timmy Willison
Priority: undecidedhigh
Status: newassigned

comment:2 Changed 12 years ago by Timmy Willison

Resolution: fixed
Status: assignedclosed

Added filtering tests and updating sizzle to fix filtering with positional selectors. Fixes #10315.

Changeset: 11c9de477c5fe005a2487c761c257653aaf97a37

comment:3 Changed 12 years ago by Timmy Willison

Milestone: None1.7
Note: See TracTickets for help on using tickets.