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)
Change History (1)
Changed December 03, 2008 01:50PM UTC by comment:1
component: | unfilled → selector |
---|---|
resolution: | → invalid |
status: | new → closed |
Because the second TR isn't a:
"tr that is right after a tr that doesn't have the header class"