Opened 11 years ago
Closed 11 years ago
#12082 closed bug (fixed)
.find() POS selector no longer working in 1.8b2
Reported by: | 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
Component: | unfiled → selector |
---|---|
Milestone: | None → 1.8 |
Priority: | undecided → blocker |
Status: | new → open |
comment:2 Changed 11 years ago by
Owner: | set to gibson042 |
---|---|
Status: | open → assigned |
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Update Sizzle to fix #12082, #12087.
Changeset: f70a696598f14917e49dc108271788e2ec2f6587
Note: See
TracTickets for help on using
tickets.
Interesting, because adding an explicit
*
fixes the problem: http://jsfiddle.net/GdQUu/2/