Daniel wrote:
Daniel wrote:
Frank-Rainer Grahl wrote:
Do you miss the list or the button? There should be a thicker line at the right which will show the list when clicked. gtk3 problem. Theme and distribution dependent.

Tracked in
https://bugzilla.mozilla.org/show_bug.cgi?id=1331208

If it is this one will be fixed in 2.49.2 We just wait for Firefox ESR52 52.6 now to make sure we get the latest security fixes and then start building.

FRG

Daniel wrote:
Since installing SM 2.49.1 on my MageiaLinux ver 6 with KDE desktop environment I'm missing the drop-down URL bar list. In my Win7 SM 2.49.1, I'm sure I do have it. I cannot say I've ever had this problem before.

Is this some setting that I have to set in SM or in the KDE desktop or in Mageia Linux.

TIA.

Frank-Rainer, I'm back on Win7 SM 2.49.1 a.t.t. and in the URL line on the browser screen, at the very right hand side, I see a "ribbon'y" thing which offers me the possibility of bookmarking the URL and then a down-ward pointing arrowhead which, when I click on it, gives me the "drop-down" list of web addresses.

It is this second function, the arrowhead to display the "drop-down" list, that I'm missing on my Linux SM 2.49.1.

 ... and it just occurred to me, as I scrolled through the posts in one of my UseNet news groups on Win7, in my Linux SM, on the Mail & News screen, I have the scroll-bars, but there are no "up" arrowheads or "down" arrowheads at either end, so I *have* to drag the scroll bar to where I want it. Not an easy task in some groups.

So, in the Browser URL bar, I'm missing the "down" arrowhead and, on the M & N screen, I'm missing the "up" and "down" arrowheads.

Could it be that the font I'm using on Linux doesn't have arrowhead symbols/characters?? Must check what font I'm using.


No, your problem with missing arrowheads has to do with your gtk theme. You can try other themes to see if you have one that includes "steppers" or you can use an override file to add them like I did. Create a file in your home directory as follows:

~/.config/gtk-3.0/gtk.css

containing the following:

*{
-GtkScrollbar-has-backward-stepper: 1;
-GtkScrollbar-has-forward-stepper: 1;
-GtkRange-slider-width: 13;
-GtkRange-stepper-size: 13;
}

The above will add steppers to your scroll bars as you and I prefer.

Dave
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to