You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening tabs from, for example, a pinned tab, TST collects them together in a group with a URL like moz-extension://[TST-id]/resources/group-tab.html?title=Group... But these tabs behave differently in TST-Tab-Unloader. See the small screen recording to demonstrate. 'Normal' tabs unload the root and whole tree, whereas 'Group' tabs only unload themselves, not their descendent tree (whether by click or the context menu).
Group.Mozilla.Firefox.2024-11-06.16-24-59.mp4
The text was updated successfully, but these errors were encountered:
I tried it and your right that it isn't working. The reason seems to be that TST fails to handle the get-tree message for group tabs. We could provide a workaround for that but it would likely be better if this bug was fixed in TST itself.
Failed to get Tree Style Tab tree that should be unloaded.
Tab:
Object { id: 9, windowId: 1, states: (2) […], indent: 0, children: (2) […], ancestorTabIds: [], bundledTabId: -1, active: false, attention: false, audible: false, … }
Error: Error: tab.favIconUrl is null
When opening tabs from, for example, a pinned tab, TST collects them together in a group with a URL like
moz-extension://[TST-id]/resources/group-tab.html?title=Group...
But these tabs behave differently in TST-Tab-Unloader. See the small screen recording to demonstrate. 'Normal' tabs unload the root and whole tree, whereas 'Group' tabs only unload themselves, not their descendent tree (whether by click or the context menu).Group.Mozilla.Firefox.2024-11-06.16-24-59.mp4
The text was updated successfully, but these errors were encountered: