Skip to content
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

[Enhancement] hide collapsed tabs and introduce a key shortcut to collapse/expand #3421

Closed
polysquirrel opened this issue Dec 15, 2023 · 2 comments

Comments

@polysquirrel
Copy link

Abstract

Steps to see the situation

This is an alternative (or complementing) proposal to #3324

A (focused)
 \- B (collapsed)
 |- C (collapsed)
D 
 \- E
 |- F

Expected result

Let's define the toggle as ctrl+space for 'collapse/expand all' and ctrl+shift+space for 'collapse/expand recursively'.

Pressing either ctrl+space or ctrl+shift+space should create the following tree:

A (focused)
D
 \- E
 |- F

Additionally, tabs E and F are hidden from the top tab bar.
In this configuration, ctrl+pgdown brings focus to D, and following ctrl+pgup brings focus back to A.

@piroor
Copy link
Owner

piroor commented Jan 16, 2024

There are some my past comments describing risks when TST hides tabs in Firefox's native tab bar:

#1831 (comment)
#1371 (comment)

In short: Tabs hidden when they are just collapsed will introduce compatibility issues with other tab addons and Firefox's native behavior (because hidden tabs are treated as unexisting by Firefox itself.) Thus I decided that I don't introduce this change.

Copy link

This issue has been closed due to no response within 7 days after labeled as "wontfix", 7 days after last reopened, and 7 days after last commented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants