Closed
Bug 1271498
Opened 9 years ago
Closed 9 years ago
Scroll bar button controls missing in Firefox 46 for Ubuntu
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jim.poltrone, Unassigned)
References
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160425115534
Steps to reproduce:
I am running Firefox 46 for Ubuntu on a Dell Latitude D630 laptop running Ubuntu 14.04.4. I start Firefox and select any page.
Actual results:
A vertical scroll bar appears on the right side. At the top and bottom of the scroll bars, there are no "scroll up" or "scroll down" controls.
Expected results:
"Scroll up" and "scroll down" controls would have appeared.
Gtk3 issue, probably.
Comment 2•9 years ago
|
||
This is controlled by the GTK3 theme.
You can override by putting this in ~/.config/gtk-3.0/gtk.css
(though styling may not be perfect), or using a theme that doesn't hide the buttons.
.scrollbar {
-GtkScrollbar-has-backward-stepper: true;
-GtkScrollbar-has-forward-stepper: true;
}
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 3•9 years ago
|
||
This worked for me. Thank you, Karl!
Updated•9 years ago
|
Summary: Scroll bar controls missing in Firefox 46 for Ubuntu → Scroll bar button controls missing in Firefox 46 for Ubuntu
You need to log in
before you can comment on or make changes to this bug.
Description
•