Skip to main content

Bug Tracker

Side navigation

#4501 closed bug ()

Opened April 07, 2009 11:05AM UTC

Closed November 11, 2010 11:09PM UTC

nested :has(...:not(...)) doesn't work?

Reported by: xpg934 Owned by: john
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: nested has not Cc:
Blocked by: Blocking:
Description

this selector return empty jQuery set:

$("table tr:has(td:first-child > :checkbox:checked:not(:disabled))")

but this one return a good set:

$("table tr:has(td:first-child > :checkbox:checked)").not(":has(td:first-child > :checkbox:disabled)")

why? why first selector doesn't work?

Attachments (0)
Change History (2)

Changed October 14, 2010 03:14AM UTC by snover comment:1

status: newpending

This ticket has been marked as missing a test case. In an effort to reduce the number of outstanding tickets in the bug tracker, it will be closed automatically in 30 days. In order to prevent this from happening, please provide a working test case. If a test case has already been provided and our records are wrong, please respond to the ticket so that it can be fixed. Thank you!

Changed November 11, 2010 11:09PM UTC by trac-o-bot comment:2

status: pendingclosed

Automatically closed due to 14 days of inactivity.