Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Hendrix] Firefox 3.5b4 -- Close button on last tab.

1 view
Skip to first unread message

RickT

unread,
Jun 11, 2009, 12:39:34 PM6/11/09
to
Name: RickT
Product: Firefox
Summary: Firefox 3.5b4 -- Close button on last tab.

Comments:
Please bring back the tab close button when there is only one remaining tab.
The previous behavior of opening a (untitled) blank page works for me.
Alternatively, you could provide an option in the Tabs Preferences to
allow the user to define what page to open when the last tab is closed.

From URL: http://hendrix.mozilla.org/

Note to readers: Hendrix gives no expectation of a response to this feedback
but if you wish to provide one you must BCC (not CC) the sender for them to
see it.

Sankay

unread,
Jun 21, 2009, 8:13:46 AM6/21/09
to
Add the following code to userChrome.css

Important:
Also go into about:config and change
browser.tabs.closeWindowWithLastTab to false.

/* 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; }

0 new messages