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
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.
The text was updated successfully, but these errors were encountered:
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.
Abstract
Steps to see the situation
This is an alternative (or complementing) proposal to #3324
Expected result
Let's define the toggle as
ctrl+space
for 'collapse/expand all' andctrl+shift+space
for 'collapse/expand recursively'.Pressing either
ctrl+space
orctrl+shift+space
should create the following tree:Additionally, tabs
E
andF
are hidden from the top tab bar.In this configuration,
ctrl+pgdown
brings focus toD
, and followingctrl+pgup
brings focus back toA
.The text was updated successfully, but these errors were encountered: