Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12082 closed bug (fixed)

.find() POS selector no longer working in 1.8b2

Reported by: Matt Hall <[email protected]…> Owned by: gibson042
Priority: blocker Milestone: 1.8
Component: selector Version: 1.8b2
Keywords: Cc:
Blocked by: Blocking:

Description

Using .find() in combination with a single pseudo selector is broken and throws the following error:

results is null: return results.length ? fn( results, argument, not ) : [];

Fiddle can be found here: http://jsfiddle.net/matthall/GdQUu/1/

Change History (3)

comment:1 Changed 11 years ago by dmethvin

Component: unfiledselector
Milestone: None1.8
Priority: undecidedblocker
Status: newopen

Interesting, because adding an explicit * fixes the problem: http://jsfiddle.net/GdQUu/2/

comment:2 Changed 11 years ago by gibson042

Owner: set to gibson042
Status: openassigned

comment:3 Changed 11 years ago by Dave Methvin

Resolution: fixed
Status: assignedclosed

Update Sizzle to fix #12082, #12087.

Changeset: f70a696598f14917e49dc108271788e2ec2f6587

Note: See TracTickets for help on using tickets.