Closed Bug 1691132 Opened 3 years ago Closed 3 years ago

Scrollbar buttons are gone with non-native theme

Categories

(Core :: Widget: Gtk, defect)

defect

Tracking

()

RESOLVED DUPLICATE of bug 1690812

People

(Reporter: botond, Unassigned)

References

Details

STR

  1. Add the following to ~/.config/gtk-3.0/gtk.css:
* {
  -GtkScrollbar-has-backward-stepper: true;
  -GtkScrollbar-has-forward-stepper: true;
}
  1. 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.

For reference, this is where we used to check and respect the GTK setting.

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: 3 years ago
Resolution: --- → DUPLICATE

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.