Támogatás keresése

Kerülje el a támogatási csalásokat. Sosem kérjük arra, hogy hívjon fel egy telefonszámot vagy osszon meg személyes információkat. Jelentse a gyanús tevékenységeket a „Visszaélés bejelentése” lehetőséggel.

További tudnivalók

A témacsoportot lezárták és archiválták. Tegyen fel új kérdést, ha segítségre van szüksége.

list all tabs button not showing

  • 3 válasz
  • 37 embernek van ilyen problémája
  • 6 megtekintés
  • Utolsó üzenet ettől: monkeypunch

more options

I had to do a reinstall of firefox last night. and i don't know if the button was showing before but it sure isn't right now. when i go into customize mode the "list all tabs" button shows but out of customize mode the button completely disappears.. how can i get the button to show?

I had to do a reinstall of firefox last night. and i don't know if the button was showing before but it sure isn't right now. when i go into customize mode the "list all tabs" button shows but out of customize mode the button completely disappears.. how can i get the button to show?

Kiválasztott megoldás

You will only see the "List All Tabs" button in Firefox 12+ if there are that many tabs open that you get the Tab bar scroll buttons appearing.


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

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


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

#tabbrowser-tabs ~ #alltabs-button { visibility: visible #important; }
Válasz olvasása eredeti szövegkörnyezetben 👍 11

Összes válasz (3)

more options

Kiválasztott megoldás

You will only see the "List All Tabs" button in Firefox 12+ if there are that many tabs open that you get the Tab bar scroll buttons appearing.


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

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


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

#tabbrowser-tabs ~ #alltabs-button { visibility: visible #important; }
more options

I usually have a lot of tabs and tab groups open so I never noticed it was removed until now. I opened a new tab group to open some tabs from my notebook and I noticed this was missing. Even worse is the "Tabs From Other Computers" option is no longer on the drop down list. I found it under history, which is an odd place to put it. This creates extra steps for accessing tabs from other computers. Someone needs to remind the Firefox developers they're supposed to improve things with new releases.

more options

@Jimnms - Same here. I can't find the tab groups button and when it does show up it doesn't show the "Tabs from other computers"

Please don't hide the button and please don't remove the "Tabs from other computers" option (took me long enough to find it in the first place).