RESOLVED FIXED 110594
Multiple CSS plus selector not working after checkbox:checked
https://bugs.webkit.org/show_bug.cgi?id=110594
Summary Multiple CSS plus selector not working after checkbox:checked
Anders Both
Reported 2013-02-22 05:19:37 PST
If you try to identify an element with mulitple CSS plus selectors it is not working, if the first selector is a input[type="checkbox"]:checked. This bug is also there for input[type="radiao]:checked, but e.g for div:hover it is working. There is a minimal testcase her : http://www.basechat.com/chromebug/checkbox.htm You can check and uncheck the checkbox to generate the bug, and test in firefox or IE to see the expected behavior. Best regards, Anders Both Denmark
Attachments
Patch (18.75 KB, patch)
2015-02-01 18:56 PST, Benjamin Poulain
no flags
Anders Both
Comment 1 2013-02-22 05:22:25 PST
This is the thing not working: "input[type="checkbox"]:checked + div + div"
Benjamin Poulain
Comment 2 2015-02-01 18:56:00 PST
Benjamin Poulain
Comment 3 2015-02-02 12:10:08 PST
Comment on attachment 245852 [details] Patch Clearing flags on attachment: 245852 Committed r179484: <http://trac.webkit.org/changeset/179484>
Benjamin Poulain
Comment 4 2015-02-02 12:10:13 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.