Side navigation
#12748 closed bug (notabug)
Opened October 16, 2012 06:11PM UTC
Closed October 16, 2012 10:35PM UTC
: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:
Attachments (0)
Change History (1)
Changed October 16, 2012 10:35PM UTC by comment:1
component: | unfiled → selector |
---|---|
priority: | undecided → low |
resolution: | → notabug |
status: | new → closed |
That is the correct behavior.
:not
is never contextual per the spec.