לאתר זה תהיה פונקציונליות מוגבלת בזמן שאנו מתחזקים אותו לשיפור החוויה שלך. אם מאמר מסויים לא פותר את הבעיה שלך וברצונך לשאול שאלה, קהילת התמיכה שלנו מחכה לעזור לך ב־Twitter תחת ‎@FirefoxSupport וב־Reddit תחת ‎/r/firefox.

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

The list all tabs button is missing

  • 5 תגובות
  • 6 have this problem
  • 1 view
  • תגובה אחרונה מאת 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!

פתרון נבחר

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.

Read this answer in context 👍 4

כל התגובות (5)

more options

Here's a screenshot.

more options

פתרון נבחר

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}