scrollbar-color property also changes scrollbar thickness and thumb shape on Linux
Categories
(Core :: Layout, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox69 | --- | affected |
People
(Reporter: botond, Unassigned)
Details
Attachments
(1 file)
336 bytes,
text/html
|
Details |
STR:
Load the attached testcase in Firefox Nightly on Linux.
Expected results:
The scrollbars of the two divs differ only in the color of the track and thumb.
Actual results:
The scrollbars additionally differ in thickness, and shape of thumb (rectangular vs. rounded).
Comment 1•6 years ago
|
||
I think that this is kind of expected given how these properties work. They disable native theming, which is what otherwise gives us the thickness of the scroller.
It's not much different than: data:text/html,<button>Foo</button><button style="border-color: green">Bar</button>
But Xidorn can confirm.
Comment 2•6 years ago
|
||
Yeah, that's expected, because Linux's theme is too flexible and it is almost impossible to provide the functionality on top of what provided by the system.
An alternative is to always use the custom rendering of scrollbar so that they are consistent. I suspect that would be more controversial. So I'd say this is a WONTFIX.
Reporter | ||
Comment 3•6 years ago
|
||
There is also no more change in appearance when the mouse hovers over the thumb.
Is that expected as well? Are there plans to allow for this with scrollbar-color
?
Description
•