Browser.tabs.closeButtons: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
m (→‎1: default)
(→‎Related bugs: added Bug 455990)
Line 28: Line 28:
* [https://bugzilla.mozilla.org/show_bug.cgi?id=324227 Bug 324227 - Implement old tab close button as a preffable option]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=324227 Bug 324227 - Implement old tab close button as a preffable option]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=343061 Bug 343061 - if browser.tabs.closeButtons == 3, you can't close tabs on pinstripe]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=343061 Bug 343061 - if browser.tabs.closeButtons == 3, you can't close tabs on pinstripe]
* [https://bugzilla.mozilla.org/show_bug.cgi?id=455990 Bug 455990 - Close button on last open tab should be hidden]


==Related preferences==
==Related preferences==

Revision as of 10:57, 21 July 2009

Background

Firefox 2.0 introduced a number of refinements to its tabbed browsing UI. Among them was the addition of close buttons on tabs. This preference controls how they can be displayed on tabs.

Possible values and their effects

0

Display a close button on the active tab only

1

Display close buttons on all tabs (Default)

2

Don’t display any close buttons

3

Display a single close button at the end of the tab strip (Firefox 1.x behavior)

Caveats

  • This preference does not exist by default in builds earlier than 2.0rc1.

First checked in

2006-06-26 by Seth Spitzer

Has an effect in

  • Mozilla Firefox (nightly branch builds since 2006-06-26; 2.0)

Related bugs

Related preferences