Skip to main content

Bug Tracker

Side navigation

#3677 closed bug (invalid)

Opened December 02, 2008 05:02PM UTC

Closed December 03, 2008 01:50PM UTC

A bug in combination of "not" in selector

Reported by: aboozar Owned by: flesler
Priority: major Milestone: 1.3
Component: selector Version: 1.2.6
Keywords: Cc: azarnoush@gmail.com
Blocked by: Blocking:
Description

Look at the attached HTML code. Why the second TR is not raising hover event or doesn't take action.

When I use the selector like this:

$("tr:not('.header') + tr:not('.footer')").hover(f...

every TR works as expected but the second TR does not take any action. Is this a bug?

Attachments (1)
  • TableStips.html (1.4 KB) - added by aboozar December 02, 2008 05:03PM UTC.

    Sample code

Change History (1)

Changed December 03, 2008 01:50PM UTC by flesler comment:1

component: unfilledselector
resolution: → invalid
status: newclosed

Because the second TR isn't a:

"tr that is right after a tr that doesn't have the header class"