A kind reminder we would like all registered users to weigh in on one of our forum's security policies.
Please take a moment to read this thread and place a vote.
https://forum.palemoon.org/viewtopic.php?f=17&t=32935

"List all tabs" button in tabs bar is not usable Topic is solved

Board for discussions around the Basilisk web browser.

Moderator: Basilisk-Dev

User avatar
jobbautista9
Board Warrior
Board Warrior
Posts: 1083
Joined: 2020-11-03, 06:47
Location: Philippines

"List all tabs" button in tabs bar is not usable

Post by jobbautista9 » 2025-11-10, 15:44

Usually there's a downwards chevron button at the rightmost side of the tab bar which allows you to list all tabs currently open in a window, but it's invisible in Basilisk. It becomes visible though when you get to the Customize Toolbar tab, but it can't be grabbed.

A workaround to make it functional is to use the classic DOM Inspector to toggle the removable attribute of toolbarbutton (with the id of alltabs-button, but it's easier to get to it quick by doing Shift + Right Click on the button while it's visible in Customize Toolbar) to true. That would allow dragging the button elsewhere and it will stay visible there. However dragging it back to the rightmost side of the tab bar will make it invisible again, which returns me back to square one because I would prefer that button to stay at the rightmost side...

Can this bug be fixed please?

EDIT: removable should be true to make it draggable in Customize Toolbar, whoops
Last edited by jobbautista9 on 2025-11-10, 16:59, edited 1 time in total.
Image

Tired of creating stuff!

Avatar artwork by Shinki669: https://www.pixiv.net/artworks/113645617

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 38503
Joined: 2011-08-28, 17:27
Location: Sweden

Re: "List all tabs" button in tabs bar is not usable

Post by Moonchild » 2025-11-10, 16:10

Visibility of that button depends on whether there are enough tabs in the tab strip so that it becomes "scrollable". That behaviour does make sense, IMHO, since all tabs will be directly accessible up to that point.
But ultimately it's Basilisk-dev's call, of course :)
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
jobbautista9
Board Warrior
Board Warrior
Posts: 1083
Joined: 2020-11-03, 06:47
Location: Philippines

Re: "List all tabs" button in tabs bar is not usable

Post by jobbautista9 » 2025-11-10, 17:04

Ah I see. I didn't test opening as many tabs as possible to make the horizontal scroll buttons visible in the tab bar, and I usually only open a few tabs in Basilisk compared to Pale Moon which does explain why I never see them... At the very least though I think it should be possible to drag the button to another position for the people who want it, like in PM.
Image

Tired of creating stuff!

Avatar artwork by Shinki669: https://www.pixiv.net/artworks/113645617

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.

User avatar
_yup_
Moonbather
Moonbather
Posts: 63
Joined: 2025-04-26, 11:45

Re: "List all tabs" button in tabs bar is not usable

Post by _yup_ » 2025-11-14, 02:28

jobbautista9 wrote:
2025-11-10, 15:44
Can this bug be fixed please?
What was said above:
Moonchild wrote:
2025-11-10, 16:10
Visibility of that button depends on whether there are enough tabs in the tab strip so that it becomes "scrollable".
- is true for almost any browser. (The only exception known for me is Pale Moon.)

But adding the code below to the userChrome.css file also helps for almost any browser:

Code: Select all

#alltabs-button {
  visibility: visible !important;
}
Moonchild wrote:
2025-11-10, 16:10
That behaviour does make sense, IMHO, since all tabs will be directly accessible up to that point.
Tabs are narrow, so only a small starting part of a whole page title is visible on them.
Let think about sites where this part is the same on all pages because it contains the site name.

User avatar
Basilisk-Dev
Astronaut
Astronaut
Posts: 520
Joined: 2022-03-23, 16:41
Location: Chamber of Secrets

Re: "List all tabs" button in tabs bar is not usable

Post by Basilisk-Dev » 2025-11-20, 14:11

I am a fan of this change. I've modified the button to be removable and set it to be always visible in the master branch. This change will be included in the next release.
Basilisk Project Owner

viewtopic.php?f=61&p=230756

User avatar
jobbautista9
Board Warrior
Board Warrior
Posts: 1083
Joined: 2020-11-03, 06:47
Location: Philippines

Re: "List all tabs" button in tabs bar is not usable

Post by jobbautista9 » 2025-11-20, 14:19

Nice, thanks! :thumbup:
Image

Tired of creating stuff!

Avatar artwork by Shinki669: https://www.pixiv.net/artworks/113645617

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.