Show All Tabs Button is disabled? Topic is solved

Board for discussions around the Basilisk web browser.

Moderator: Basilisk-Dev

User avatar
fatboy
Astronaut
Astronaut
Posts: 558
Joined: 2017-12-19, 08:03
Location: Canada

Show All Tabs Button is disabled?

Unread post by fatboy » 2023-09-10, 12:19

Good Day folks,

I am not sure how this happened, but my "show all tabs" dropdown list seems disabled?
When I try and customize the interface I can see the button on the top right corner, but when I exit the customize mode it disappears. I have tried looking in the about:config page for a setting I might have toggled, but can't find anything? See images below

Customize Mode
screenshot_1694348263.png
Normal View
screenshot_1694348401.png
You do not have the required permissions to view the files attached to this post.
Systemd Free - MX Linux, Antix Linux & Artix Linux

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35651
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: Show All Tabs Button is disabled?

Unread post by Moonchild » 2023-09-10, 12:31

Does it even show if you only have 1 tab open? It might not.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

Blacklab
Board Warrior
Board Warrior
Posts: 1081
Joined: 2012-06-08, 12:14

Re: Show All Tabs Button is disabled?

Unread post by Blacklab » 2023-09-10, 12:55

List All Tabs Button (a down-arrow on far RH side of Tabs Toolbar... or next to window control buttons if Menu Bar is hidden) only appears in Basilisk when there are sufficient tabs open... you need to have reached 'tab overflow' (i.e. scroll buttons now at each end of the Tab Bar) for the small down-arrow button to appear. :)

If you want to have a 'Permanent List-all-tabs Button'... then there's a simple one-line CSS userstyle posted by 'cor-el' in his reply to a 2015 Mozilla Support (SUMO) question: 'My "list all tabs" button disappeared, how do I get that back?'

Code: Select all

/*  Permanent List-all-tabs Button - Basilisk  */
#tabbrowser-tabs ~ #alltabs-button { visibility: visible !important; }

User avatar
fatboy
Astronaut
Astronaut
Posts: 558
Joined: 2017-12-19, 08:03
Location: Canada

Re: Show All Tabs Button is disabled?

Unread post by fatboy » 2023-09-10, 16:28

Blacklab wrote:
2023-09-10, 12:55

Code: Select all

/*  Permanent List-all-tabs Button - Basilisk  */
#tabbrowser-tabs ~ #alltabs-button { visibility: visible !important; }

Well, even with 10 tabs open, the button remains hidden. However, this userChrome tweak did the trick. Thank You!

The issue is now solved
Systemd Free - MX Linux, Antix Linux & Artix Linux