You are not logged in.

#1 2010-04-20 17:58:27

thms
Member
Registered: 2010-02-01
Posts: 120

No horizontal scrollbar in Firefox

Hi,

don't know if this was better posted in a FF forum but I guess you'll have an answer smile

In Firefox 3.6.3 I don't have a horizontal scrollbar. E.g. when looking pictures on Deviantart I have to use the arrow keys to scroll to left and the right because of the missing scrollbar.

Any ideas?

Offline

#2 2010-04-21 02:12:15

antlechrist
Member
Registered: 2010-04-21
Posts: 26

Re: No horizontal scrollbar in Firefox

I cannot reproduce. Went here http://uribaani.deviantart.com/art/Posi … -161394491 and I've got a horizontal scrollbar. Do you have a custom UserChrome.css?

Offline

#3 2010-04-22 12:23:12

thms
Member
Registered: 2010-02-01
Posts: 120

Re: No horizontal scrollbar in Firefox

Hmpf..it seems to be a problem caused by Qtcurve. Wither other gtk-themes everything is fine sad

Offline

#4 2010-04-22 14:56:25

antlechrist
Member
Registered: 2010-04-21
Posts: 26

Re: No horizontal scrollbar in Firefox

qtcurve-firefox-hbar-thumbnail.png

I've got a horizontal bar with QtCurve... What version of qtcurve-gtk2 are you using? I've got:

andrew:~$ pacman -Q qtcurve-gtk2
qtcurve-gtk2 1.3.0-1

Offline

#5 2010-04-23 18:31:00

thms
Member
Registered: 2010-02-01
Posts: 120

Re: No horizontal scrollbar in Firefox

Same version here.

$ pacman -Q qtcurve-gtk2
qtcurve-gtk2 1.3.0-1

The problem occurs on both, my netbook and my desktop pc.

UserChrome on my netbook:

cat .mozilla/firefox/m1lb76hg.default/chrome/userChrome.css 
/* Add tab-close-button to last tab*/
  .tabbrowser-tabs[closebuttons="alltabs"] >
  .tabbrowser-tab > .tab-close-button {
  display: -moz-box !important;
  }
  .tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"]) >
  .tabbrowser-tab[selected="true"] > .tab-close-button {
  display: -moz-box !important;
  }

menubar > menu { color: #b7b7b7 !important; } menubar > menu[_moz-menuactive="true"][open="false"] { color: #b7b7b7 !important; } menubar > menu[_moz-menuactive="true"][open="true"] { color: #eeeeee !important; } /* MenuColors, Added by QtCurve -- do not remove */

Offline

#6 2010-04-23 20:15:23

antlechrist
Member
Registered: 2010-04-21
Posts: 26

Re: No horizontal scrollbar in Firefox

andrew:~$ diff -u userChrome-andrew.css userChrome-thms.css 
--- userChrome-andrew.css    2010-04-23 16:06:05.000000000 -0400
+++ userChrome-thms.css    2010-04-23 16:04:43.000000000 -0400
@@ -1,4 +1,16 @@
-menubar > menu { color: #141312 !important; } menubar >
-menu[_moz-menuactive="true"][open="false"] { color: #141312 !important; }
-menubar > menu[_moz-menuactive="true"][open="true"] { color: #141312
+/* Add tab-close-button to last tab*/
+  .tabbrowser-tabs[closebuttons="alltabs"] >
+  .tabbrowser-tab > .tab-close-button {
+  display: -moz-box !important;
+  }
+
+.tabbrowser-tabs:not([closebuttons="noclose"]):not([closebuttons="closeatend"])
+>
+  .tabbrowser-tab[selected="true"] > .tab-close-button {
+  display: -moz-box !important;
+  }
+
+menubar > menu { color: #b7b7b7 !important; } menubar >
+menu[_moz-menuactive="true"][open="false"] { color: #b7b7b7 !important; }
+menubar > menu[_moz-menuactive="true"][open="true"] { color: #eeeeee
     !important; } /* MenuColors, Added by QtCurve -- do not remove */

I don't know... You might want to try:
1. Deleting the custom rules above `menubar` and seeing if it works;
2. Backing up your userChrome.css, deleting the contents, and reinstalling qtcurve-gtk2. Then logout and back in again...

Other than that, I don't know what to suggest. Sorry I can't be more helpful.

Offline

Board footer

Powered by FluxBB