-
Notifications
You must be signed in to change notification settings - Fork 280
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Close Tabs to the Bottom as top-level menu item #2658
Comments
There is no option to do that. TST's tab context menu is designed to simulate Firefox's native one, and I have no plan to make it customizable until Firefox implement the option natively. |
You already have a great system for configuring the context menu. Close actions can be top level or in the sub-menu or both, as the user chooses. But then you take 2 close actions out of this flexible and powerful system, and put them in a new 3rd location for close actions and without any configurability. This makes no sense and undermines what you've already built.
Please plug them back into the existing system of menu configuration. |
@bughit Please remind that the tab context menu on the sidebar has three categories of commands:
Commands in categories 2 and 3 are available in the context menu on Firefox's native tabs also. And Firefox doesn't provide configs for default commands in the menu. (You can show/hide them via userChrome.css, but it is not the standard way.) And I decided that I don't provide customizability for commands in the category 1 on TST, due to following reasons:
|
Any ui of TST, like the sidebar context menu, does not need to match Firefox. It's your ui. It just has to make sense and be useful/convenient for TST purposes, and putting close actions in yet a 3rd non-configurable location, is not helpful.
Lock-in happens due to unique and valuable functionality not minor menu differences. If users want side/tree tabs they're locked-in, the only way to combat such lock-in is to eliminate all useful functionality, such that going back to native won't be a big deal, so it's an absurd goal. |
If my replies looks to be evasive, I apologize about my poor writing ability in English. I have some policies about this topic but I haven't wrote them as a concrete statement yet, so I'm trying to describe it incrementally with more example cases.
|
@piroor I think you have made your thoughts fairly clear. Any reason to leave this open at this point in time? |
I've added a link from the FAQ to this issue. Now I think it's OK to close. |
Short description
☝️ most other menu items can be top-level, but the (arguably) most useful one has to be in the "Close Multiple Tabs" submenu.
Is there any way to have the "Close Tabs to the Bottom" option at the top level of the menu?
The text was updated successfully, but these errors were encountered: