Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Etsi tuesta

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.

Lue lisää

The list all tabs button is missing

  • 5 vastausta
  • 6 henkilöllä on sama ongelma
  • 1 näyttö
  • Viimeisin kirjoittaja cor-el

more options

This button just went missing all of a sudden. I now have only one tab group, and I can't reach any of the other 3 groups I had before this happened.

I tried closing and restarting Firefox, which didn't help. I tried restoring the Profile from last week. This worked at first, but then I clicked the "list all tabs" button, went to another tab group, and BINGO - lost the "list all tabs" button again!

This is extremely annoying. I am now using a restored Profile, but I cannot click the "list all tabs" button any more without losing all the tabs but the ones in the tab group I go to. So I effectively don't have tab groups any more!

This button just went missing all of a sudden. I now have only one tab group, and I can't reach any of the other 3 groups I had before this happened. I tried closing and restarting Firefox, which didn't help. I tried restoring the Profile from last week. This worked at first, but then I clicked the "list all tabs" button, went to another tab group, and BINGO - lost the "list all tabs" button again! This is extremely annoying. I am now using a restored Profile, but I cannot click the "list all tabs" button any more without losing all the tabs but the ones in the tab group I go to. So I effectively don't have tab groups any more!

Valittu ratkaisu

hello, the list all tabs button will only be displayed when you have many tabs open, so that not all of them fit into the space on the tab strip.

in order to switch to the tab-panorama view where you can change tab groups, you can either Customize Firefox controls, buttons and toolbars & place the tab groups-button anywhere on the interface or use the keyboard shortcut ctrl+shift+E.

Lue tämä vastaus kontekstissaan 👍 4

Kaikki vastaukset (5)

more options

Here's a screenshot.

more options

Valittu ratkaisu

hello, the list all tabs button will only be displayed when you have many tabs open, so that not all of them fit into the space on the tab strip.

in order to switch to the tab-panorama view where you can change tab groups, you can either Customize Firefox controls, buttons and toolbars & place the tab groups-button anywhere on the interface or use the keyboard shortcut ctrl+shift+E.

more options

You hit the nail on the head, philipp. I never would have solved the problem without your help. I don't know where the keyboard shortcut is mentioned, but it works fine. And I didn't notice the tab-groups button listed in the customization list. Thanks!

more options

you're welcome. the tab groups button should be accessible in the customization panel when you scroll down a bit (see screenshot)...

more options

You can have the list all tabs button always visible with code in userChrome.css.

Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#tabbrowser-tabs ~ #alltabs-button {visibility:visible!important}