[Webkit-unassigned] [Bug 56490] New: CSS selector triggered by 'disabled' attribute of sibling broken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 16 14:28:29 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=56490
Summary: CSS selector triggered by 'disabled' attribute of
sibling broken
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: jhawkins at chromium.org
Created an attachment (id=85976)
--> (https://bugs.webkit.org/attachment.cgi?id=85976&action=review)
Reduction
Attached a reduction.
label > input[disabled] ~ span {
color: red;
}
In my use case, I'm programmatically setting the disabled attribute of a checkbox input to true. The above CSS selector does apply, but the result of the changed color is not seen (though sometimes opening the web inspector causes the change to take effect).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list