I've downloaded the new firefox and have a close button on each tab until the number of tabs reaches a certain number.

ie if I have Firefox maximised in one monitor, with 7 tabs open I have the close button on each tab, with 8 tabs open all the close buttons have gone on the inactive tabs

if I have Firefox stretched across two monitors, with 17 tabs open I have the close button on each tab, with 18 tabs open all the close buttons have gone on the inactive tabs

Why is the Firefox tabs close button disappearing?

How do I get them back?

link|improve this question

feedback

3 Answers

up vote 7 down vote accepted

The response from Critical Failure is spot on, the rendering code removes the close button when the number of tabs is too high to save space on the screen.

There is an add-on for Firefox that allows you to control this behaviour: https://addons.mozilla.org/en-US/firefox/addon/8005

It allows you to have a close button on all tabs, only the active tab or neither.

link|improve this answer
The link seems to be broken. – z00bs Apr 5 '11 at 8:25
feedback

I haven't looked at the Firefox source, but it's likely that the tab-rendering code removes the close buttons first if the tabs become too small. That is likely why they disappear when you open the 8th or 18th tab (as in your examples).

link|improve this answer
1  
If you set tabs to use the extender bar instead of getting smaller and smaller, you will always have the close tab. – DisgruntledGoat Sep 10 '09 at 9:28
feedback

You can always use CTRL+W to close the active tab or middle-click on the tab to close it.

CTRL+W - Close tab

CTRL+SHIFT+W - Close all tabs

CTRL+SHIFT+T - Open recently closed tab

CTRL+T - Open new tab

link|improve this answer
I think you meant Ctrl + W to close the active tab. – The How-To Geek Aug 4 '09 at 2:45
2  
Ctrl+W closes a tab. Ctrl+T opens a new one. – Dan Walker Aug 4 '09 at 2:45
Done, but he was right about not needing the darn button ;-) – Ivo Flipse Aug 4 '09 at 4:18
Thanks. Yeah, CTRL+T is a good one to learn too. – Jonathan Parker Aug 5 '09 at 0:00
And Ctrl + Shift + T to open recently closed tab. – pramodc84 Sep 10 '09 at 4:11
show 3 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.