Closed
Bug 1691132
Opened 4 years ago
Closed 4 years ago
Scrollbar buttons are gone with non-native theme
Categories
(Core :: Widget: Gtk, defect)
Core
Widget: Gtk
Tracking
()
RESOLVED
DUPLICATE
of bug 1690812
People
(Reporter: botond, Unassigned)
References
Details
STR
- Add the following to
~/.config/gtk-3.0/gtk.css
:
* {
-GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-forward-stepper: true;
}
- Launch Firefox and load a scrollable page
Expected results
The page's scrollbar has scrollbar buttons ("steppers" in GTK terminology).
Actual results
It does not.
Reporter | ||
Comment 1•4 years ago
|
||
For reference, this is where we used to check and respect the GTK setting.
Comment 2•4 years ago
|
||
This is intentional, see bug 1676057. But I added an opt-in in bug 1690812. Please reopen if you think that's not enough and we can figure out what to do.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•4 years ago
|
||
Thanks! A pref opt-in is fine for me. I mostly use them to reproduce issues that Windows users have with scrollbar buttons on Linux :)
You need to log in
before you can comment on or make changes to this bug.
Description
•