Page 1 of 2

Firefox elevator up/down arrows missing?

Posted: 09 Mar 2018, 23:12
by Burninbush
I dunno if this is an error or not -- about half of my newer distros have the same problem. I'm talking of the up/down arrows at the ends of the elevator field, a feature that often seems missing on distros after about rev 50 of firefox. FF works fine in win7 and win10. FF distros for linux (all x86_64) also work fine from about 43 rev and older.

Is there some setting I've missed? Does anybody else have this problem? These were also missing in 3.22, I asked about them at the time and got no useful answers.

TIA for any help with this one.

Otherwise, .rc4 seems OK. I did the ~200mb download of wine, won't work. Probably needs compat files, which I see no evidence of here.

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 03:15
by ncmprhnsbl
if you're talking about the up/down arrows on the scrollbar area, this would be because firefox has switched to gtk3 for it's ui..
it would be a matter of finding a gtk3 theme that has these arrows, if such a thing exists.. i guess..

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 06:19
by Ed_P
The arrows are missing in my firefox-52.6.0esr-x86_64-1.xzm also in 4.0 and 3.2.2. But scrolling works when clicking the mouse pointer in the "elevator" field, dragging the scroll bar up and down in the "elevator" field and using the up and down keys work also. So not a big problem IMO.

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 06:36
by ncmprhnsbl
i looked into this a bit more:
for gtk3 you can:
add to /home/guest/.config/gtk-3.0/gtk.css

Code: Select all

.scrollbar {
  -GtkScrollbar-has-backward-stepper: 1;
  -GtkScrollbar-has-forward-stepper: 1;
  -GtkRange-stepper-size: 13;
  }
there's no arrows as such, but there are two squares which work as 'steppers'
you can do something similar with the gtk2 theme, in /usr/share/themes/<theme>/gtkrc (or in the case of Adwaita: main.rc)
just search for 'stepper' in your text editor..
btw, i found this out by searching with DDGo "gtk3 scrollbar arrows"

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 13:02
by Jack
Are the arrows on the right side, then I have them.
Image

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 17:41
by francois
@burningbush:
Great to see you on the forum. Don`t hesitate to intervene more. You presence is appreciated. :happy62:

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 20:24
by ncmprhnsbl
@Jack, what is the gtk theme you are using? (check with lxappearance)

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 21:36
by Jack
ncmprhnsbl wrote:
10 Mar 2018, 20:24
@Jack, what is the gtk theme you are using? (check with lxappearance)
Not sure about this gtk theme
In Widget it is BlueMenta
In Icon Theme it is Vibrancy-Color-Dark
in Window Border it is Clearlooks

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 21:38
by ncmprhnsbl
BlueMenta then (Widget=theme) from mate DE

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 21:59
by Jack
ncmprhnsbl wrote:
10 Mar 2018, 21:38
BlueMenta then (Widget=theme) from mate DE
When I built Mate I like the themes so I copy them when I built LXDE.

And I'm using FireFox ESR v 52.5.2

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 23:34
by Burninbush
ncmprhnsbl wrote:
10 Mar 2018, 06:36
i looked into this a bit more:
for gtk3 you can:
add to /home/guest/.config/gtk-3.0/gtk.css

Code: Select all

.scrollbar {
  -GtkScrollbar-has-backward-stepper: 1;
  -GtkScrollbar-has-forward-stepper: 1;
  -GtkRange-stepper-size: 13;
  }
there's no arrows as such, but there are two squares which work as 'steppers'
you can do something similar with the gtk2 theme, in /usr/share/themes/<theme>/gtkrc (or in the case of Adwaita: main.rc)
just search for 'stepper' in your text editor..
btw, i found this out by searching with DDGo "gtk3 scrollbar arrows"
Please forgive my ignorance -- I went to /root/.config/gtk-3.0, touched 'gtk.css' and then copied your text verbatim into it. Restarted Firefox, and there is nothing extra (boxes or other) showing in the elevator bar. No change.

Search for 'stepper' with text editor? Search what file(s), please? No clue where to look.

What is 'DDGo' that you mention last?

Thanks for trying to overcome my inability to keep up with Firefox. I am strongly considering a switch to other browsers. The changes that came with revs higher than 50 seem almost determined to force people away.

Firefox elevator up/down arrows missing?

Posted: 10 Mar 2018, 23:56
by Jack
@Burninbush

What Desktop are you using?

Firefox elevator up/down arrows missing?

Posted: 11 Mar 2018, 00:16
by Burninbush
Jack wrote:
10 Mar 2018, 23:56
@Burninbush

What Desktop are you using?
Jack wrote:
10 Mar 2018, 23:56
@Burninbush

What Desktop are you using?
Hi, Jack. I use the KDE desktop.

Firefox elevator up/down arrows missing?

Posted: 11 Mar 2018, 00:19
by Ed_P
Burninbush wrote:
10 Mar 2018, 23:34
I went to /root/.config/gtk-3.0,
Why /root/ and not /home/guest/?
What is 'DDGo' that you mention last?
The default search engine Porteus uses in it's browsers, DuckDuckGo.

Firefox elevator up/down arrows missing?

Posted: 11 Mar 2018, 00:45
by ncmprhnsbl
yeah well, kde is whole different kettle of fish.. you need to dig into kde settings centre to find what gtk theme is in use(Breeze i think)
and whether this fix works in kde enviroment, i have no idea
Burninbush wrote:
10 Mar 2018, 23:34
Search for 'stepper' with text editor? Search what file(s), please? No clue where to look.
i'm referring to /usr/share/themes specificly, <theme>/gtk-2.0/gtkrc(or main.rc)
but anyways, maybe just grab http://www.slackel.gr/repo/x86_64/curre ... 64-1dj.txz
and choose one of these themes(that has arrows) in kde settings centre (i have not complete directions to this gtk setting off the top of my head)
as Ed days DDGo=DuckDuckGo ;)