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] Prevent Automatic Collapse/Expand to keep all tab depths/tab titles in view #3555

Closed
gituser823 opened this issue May 20, 2024 · 5 comments

Comments

@gituser823
Copy link

Abstract

I want to be able to only manually collapse trees, not have it done automatically.
The same as issue #1142

Steps to see the situation

  1. Start Firefox with clean profile.
  2. Install TST.
  3. Click on another collapsed tree. The current expanded tree will be collapsed
A
\- B (collapsed)
C
\- D
\- E (selected)

Expected result

only collapse on manual collapsing

Actual (present) result

A
\- B (selected)
\- B-1
C (collapsed)

Environment

  • Platform (OS): Linux Mint
  • Version of Firefox: 126.0
  • Version (or revision) of Tree Style Tab: 4.0.14
@irvinm
Copy link
Contributor

irvinm commented May 21, 2024

image

@gituser823
Copy link
Author

That option doesnt exist in my version:

Selection_024

@irvinm
Copy link
Contributor

irvinm commented May 21, 2024

Ah ... enable expert options:

image

@gituser823
Copy link
Author

Now it works, thanks!

But one more question:
When I now click on a collapsed tree it does not automatically expand.
Can I set up that it does, but just does not automatically collapse trees?

@piroor
Copy link
Owner

piroor commented May 25, 2024

Sadly there is no such exact option, so you need to create a new helper addon.

The default auto-collapsing/expansion behavior respects expanded state of trees if they are expanded manually via clicking on the twisty (chevron). Manually expanded trees won't be collapsed automatically when you click a collapsed another parent.

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

3 participants