Skip to main content

Bug Tracker

Side navigation

#7382 closed bug (fixed)

Opened November 02, 2010 05:52PM UTC

Closed November 02, 2010 07:13PM UTC

Last modified November 02, 2010 07:34PM UTC

CSS selector [class!=invalid] not working

Reported by: Jeremy S Owned by:
Priority: high Milestone: 1.4.4
Component: selector Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:
Description

Upon upgrading to jquery 1.4.3 I've noticed I can no longer use "!=" and instead I need to use :not([])

See test case here:

http://jsfiddle.net/n8k7t/

Attachments (0)
Change History (3)

Changed November 02, 2010 06:34PM UTC by jitter comment:1

_comment0: Duplicate of #7243. This was only an issue in Firefox and jQuery 1.4.3. It's fixed and will be in jQuery 1.4.41288723138670296

Duplicate of #7243. This was only an issue in Firefox and jQuery 1.4.3. It's fixed and will be in jQuery 1.4.4

test case works with jquery-git-version

Changed November 02, 2010 07:13PM UTC by rwaldron comment:2

component: unfiledselector
milestone: 1.51.4.4
priority: undecidedhigh
resolution: → fixed
status: newclosed

Further reduced for readability:

http://jsfiddle.net/rwaldron/ThcbG/2/

Changed November 02, 2010 07:34PM UTC by jitter comment:3

Shouldn't this be closed as duplicate instead of fixed?