Side navigation
#12285 closed bug (fixed)
Opened August 13, 2012 08:57PM UTC
Closed August 24, 2012 09:44PM UTC
Selector with :not(:first) isn't working since 1.8
Reported by: | mail@goratschwebdesign.de | Owned by: | timmywil |
---|---|---|---|
Priority: | blocker | Milestone: | 1.8.1 |
Component: | selector | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I think, I've found a bug with the all new jQuery 1.8.
When I have a selector, that contains :not(:first), then the complete selector doesn't have any effect.
A common use case for such a selector is a simple accordion.
Testcase: http://jsfiddle.net/X55tK/2/
(With jQuery 1.7.2 the testcase is working well)
Attachments (0)
Change History (4)
Changed August 13, 2012 09:43PM UTC by comment:1
component: | unfiled → selector |
---|---|
milestone: | None → 1.8.1 |
owner: | → timmywil |
priority: | undecided → blocker |
status: | new → assigned |
Confirmed