Opened 10 years ago
Closed 10 years ago
#12748 closed bug (notabug)
:not() regression in 1.8.2
Reported by: | dimensia | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | selector | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
This shows the problem occuring in jQuery 1.8.2:
http://jsfiddle.net/dimensia/tQbCU/1/
This shows the problem not occuring in jQuery 1.8.1:
Change History (1)
comment:1 Changed 10 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Resolution: | → notabug |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
That is the correct behavior.
:not
is never contextual per the spec.