Closed Bug 1271498 Opened 8 years ago Closed 8 years ago

Scroll bar button controls missing in Firefox 46 for Ubuntu

Categories

(Core :: Widget: Gtk, defect)

46 Branch
defect
Not set
normal

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.
Blocks: gtk3
Component: Untriaged → Widget: Gtk
Product: Firefox → Core
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: 8 years ago
Resolution: --- → WORKSFORME
This worked for me.  Thank you, Karl!
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.

Attachment

General

Creator:
Created:
Updated:
Size: