[FIXED] NoScript toolbar changes break "small icons" mode.

Ask for help about NoScript, no registration needed to post
che

[FIXED] NoScript toolbar changes break "small icons" mode.

Post by che »

Image
This is what my NoScript toolbar button looks like in v2.0.9.6, when "icon only" and "small icons" toolbar mode is set. Note that NoScript icon is higher than everything else on the toolbar, making screen space used by the toolbar the same as if "small icons" mode was off.

Would it be possible to revert to behavior of previous versions (I had something like v2.0.9.3 before upgrading), that had the arrow next to the icon and made everything fit to the toolbar, at least in "small icons" mode, please?
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101217 Gentoo Firefox/3.6.13
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: NoScript toolbar changes break "small icon only" mode.

Post by Giorgio Maone »

  1. In default configuration (NoScript Options|General|Open permissions menu when mouse hovers over NoScript's icon) you shouldn't have any arrow at all
  2. Even if you uncheck that option, the arrow should still sits on the right of the icon
However I've seen this reported by other people (mostly on Linux).
Are you using any non-default theme?
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Mc

Re: NoScript toolbar changes break "small icon only" mode.

Post by Mc »

Since dropmarkers are mostly useless, you could try erasing it to get a good looking button. This code in userChrome.css should do it:

Code: Select all

#noscript-tbb .toolbarbutton-menubutton-dropmarker,
	#noscript-tbb .toolbarbutton-menu-dropmarker,
	{ display: none !important; }
You need both, because there are two different dropmarkers, depending from your NoScript settings.
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.16) Gecko/20101123 Mnenhy/0.8.3 SeaMonkey/2.0.11
Mc

Re: NoScript toolbar changes break "small icon only" mode.

Post by Mc »

Correction, there is a comma left from my other code

Code: Select all

#noscript-tbb .toolbarbutton-menubutton-dropmarker,
   #noscript-tbb .toolbarbutton-menu-dropmarker
   { display: none !important; }
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.16) Gecko/20101123 Mnenhy/0.8.3 SeaMonkey/2.0.11
parliament

Re: NoScript toolbar changes break "small icon only" mode.

Post by parliament »

This fixed my problem in Windows, thanks.

(I don't use small icons, but it still caused a problem for me with the "Firefox 2, the theme, reloaded" theme.)
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Guest

Re: NoScript toolbar changes break "small icon only" mode.

Post by Guest »

A strange thing here:
I had the same problem (the arrow below the button causing an increase of the toolbar height).
I had (NoScript Options|General|Open permissions menu when mouse hovers over NoScript's icon) unchecked.
I checked it : the arrow disappeared and the toolbar height decreased.
I unchecked it again : the arrow reappeared but on the right of the button (causing no change in the toolbar height)
Mozilla/5.0 (X11; Linux i686; rv:2.0b10pre) Gecko/20110124 Firefox/4.0b10pre
Mc

Re: NoScript toolbar changes break "small icon only" mode.

Post by Mc »

So you've seen the mystery of the two buttons.
You get different arrows, depending whether "Left clicking..." is checked or not, when hovering is toggled, one with button type="menu-button" and the other type="menu". With some themes the arrow is never below the button, but near or with a gap aside.
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.16) Gecko/20101123 Mnenhy/0.8.3 SeaMonkey/2.0.11
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: NoScript toolbar changes break "small icon only" mode.

Post by Giorgio Maone »

Could you check latest development build?
It should have a work-around (blind, as I couldn't reproduce yet).
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
che

Re: NoScript toolbar changes break "small icon only" mode.

Post by che »

I'm using Firefox/3.6.13 on Linux with the default theme. 2.0.9.7rc2 development build does not help. Checking "Open permissions menu when mouse hovers over NoScript's icon" kills the arrow, as does CSS change suggested by Mc.
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101217 Gentoo Firefox/3.6.13
Mc

Re: NoScript toolbar changes break "small icon only" mode.

Post by Mc »

Giorgio Maone wrote:Could you check latest development build?
It should have a work-around (blind, as I couldn't reproduce yet).
Now toggling "Left clicking..." setting changes the buttons/arrows at once, so the function of button and arrow type="menu-button" is more obvious. I think it's no good idea to erase this arrow with code "#noscript-tbb .toolbarbutton-menubutton-dropmarker" if it's function is wanted (left click on the arrow to get the menu without toggling permissions).
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.16) Gecko/20101123 Mnenhy/0.8.3 SeaMonkey/2.0.11
User avatar
Giorgio Maone
Site Admin
Posts: 9524
Joined: Wed Mar 18, 2009 11:22 pm
Location: Palermo - Italy
Contact:

Re: NoScript toolbar changes break "small icon only" mode.

Post by Giorgio Maone »

Please recheck latest development build (2.0.9.7rc3)
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13
Mc

Re: NoScript toolbar changes break "small icon only" mode.

Post by Mc »

Giorgio Maone wrote:Please recheck latest development build (2.0.9.7rc3)
Fixed now in Fx4.0b9.
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.16) Gecko/20101123 Mnenhy/0.8.3 SeaMonkey/2.0.11
che

Re: NoScript toolbar changes break "small icon only" mode.

Post by che »

Giorgio Maone wrote:Please recheck latest development build (2.0.9.7rc3)
Also fixed in Firefox/3.6.13. Thank you very much!
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101217 Gentoo Firefox/3.6.13
Post Reply