Opened 14 years ago
Closed 14 years ago
#3677 closed bug (invalid)
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: | [email protected]… | |
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 (2)
Changed 14 years ago by
Attachment: | TableStips.html added |
---|
comment:1 Changed 14 years ago by
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"
Note: See
TracTickets for help on using
tickets.
Sample code