Bug Tracker

Opened 14 years ago

Closed 14 years ago

#4056 closed bug (invalid)

:selected selector throwing error

Reported by: msteitle Owned by: john
Priority: major Milestone: 1.3.1
Component: selector Version: 1.3.1
Keywords: PSEUDO, :selector Cc:
Blocked by: Blocking:

Description

When making a selection set using :selector an error is thrown on line 1938 (of jquery-1.3.js). How the error is labeled sometimes varies ("filter is not a function" is the one I've seen the most), but the error is always thrown on this line of code:

return filter( elem, i, match, array );

This is part of the PSEUDO property of Sizzle.selectors.

Change History (2)

comment:1 Changed 14 years ago by msteitle

Update: Apologies, this appears to be the work of a jQuery plugin that has lost compatibility with the 1.3 upgrade.

comment:2 Changed 14 years ago by dmethvin

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.