• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Making FF 2.0 work for me

MaxDepth

Diamond Member
FF 2.0 Pros:
* Better memory handling
* Less app failure due to malformed JavaScript or Java
* Better tools integration

Cons:
* hated the scrolling tabs

And just because of that one thing, I switched back to 1.5. So after doing some reading I thought I would share some FF 2.0 modding that deals with this.

Adjust the Tab Widths
--------------------------
The tabMinWidth option is the minimum width of the tab before the tabs start to scroll. The tabClipWidth is the minimum size a tab must be in order to display the Red "X" that is used to close the tab.

  1. 1. In the Address Bar type ?about:config? and press Enter
  1. 2. Enter on the filter line browser.tabs.tabMinWidth
  1. 3. Double click on the line and select a the minimum value that you want for the width of the tabs. I set mine to 5 (default value is 125).
    Click OK.
  1. 4. Click Show All button on the filter line
  1. 5. Enter on the filter line browser.tabs.tabClipWidth
  1. 6. Double click on the line and select a the minimum value that you want for the width of the tabs. I set mine to 5 (default value is 140).

If you don't want the red 'X' to appear at all, you will modify it in the next set of instructions. And if you remove the 'X' then you can set the browser.tabs.tabClipWidth to '0' (zero)



Adjust the Red X [Close button]
--------------------------
There are multiple options that you can do now:
* display a close button on the active tab only,
* display close buttons on all tabs,
* don?t display any close buttons,
* display a single close button at the end of the tab strip (Firefox 1.x behavior).

Here is how you can customize the placement:
  1. 1. In the Address Bar type ?about:config? and press Enter.
  1. 2. Enter on the filter line browser.tabs.closeButtons
  1. 3. Double click on the line and select the type of close button you want:
    0 - display a close button on the active tab only,
    1 - display close buttons on all tabs,
    2 - don?t display any close buttons,
    3 - display a single close button at the end of the tab strip (Firefox 1.x behavior)
    Click OK.
(I chose '0'.)

Restart the browser just for the old timey voodoo to set it right.

 
Back
Top