RESOLVED INVALID 21547
Scrollbar pseudo-classes :single-button, :double-button and :no-button represent OS setting only
https://bugs.webkit.org/show_bug.cgi?id=21547
Summary Scrollbar pseudo-classes :single-button, :double-button and :no-button repres...
Timothy Hatcher
Reported 2008-10-11 19:20:46 PDT
Those pseudo-classes match based on the OS setting and not what buttons are currently visible/hidden. So buttons that are forced to show with display: block, or hidden with display: none do not affect rules with those classes. See the last examples at http://javelin.cc/scrollbar/
Attachments
Test case (2.08 KB, text/html)
2008-10-11 19:59 PDT, Timothy Hatcher
no flags
Timothy Hatcher
Comment 1 2008-10-11 19:59:45 PDT
Created attachment 24299 [details] Test case
Timothy Hatcher
Comment 2 2008-10-11 20:14:51 PDT
Can't be fixed according to Hyatt. Style can't be checked when matching selectors.
Note You need to log in before you can comment on or make changes to this bug.