Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

firefox4 "browser.tabs.closeButtons"

  • 1 ప్రత్యుత్తరం
  • 11 ఈ సమస్యలు కలిగి ఉన్నాయి
  • 16 వీక్షణలు
  • చివరి సమాధానమిచ్చినది cor-el

more options

In firefox 3, you had a way of defining parameters by changing the file Mozilla Firefox\defaults\pref\firefox.js.

I allways set pref("browser.tabs.tabMinWidth", 20); pref("browser.tabs.closeButtons", 3); pref("browser.tabs.insertRelatedAfterCurrent", false); as this is how I like to work (I sometimes open LOTS of tabs to search for something)

How do I do this in firefox 4 ? I have searched, but cant find an answer

I reinstalled 3.6.15 at once, when I couldnt find the answer and plan to stay on 3.6 until I can get this to work.

Otherwise firefox is brilliant, keep up the good work.

In firefox 3, you had a way of defining parameters by changing the file Mozilla Firefox\defaults\pref\firefox.js. I allways set pref("browser.tabs.tabMinWidth", 20); pref("browser.tabs.closeButtons", 3); pref("browser.tabs.insertRelatedAfterCurrent", false); as this is how I like to work (I sometimes open LOTS of tabs to search for something) How do I do this in firefox 4 ? I have searched, but cant find an answer I reinstalled 3.6.15 at once, when I couldnt find the answer and plan to stay on 3.6 until I can get this to work. Otherwise firefox is brilliant, keep up the good work.

ప్రత్యుత్తరాలన్నీ (1)

more options

The prefs browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth are no longer supported in Firefox 4. You now need to use code in userChrome.css

See:

  • Bug 574654 - Remove browser.tabs.tabMinWidth and browser.tabs.tabMaxWidth in favor of CSS

See also: