There are three possibilities
- Promote the first child to be the parent. This is the current behavior and matches that of TreeStyleTabs. However, it is a little weird, because siblings of the first child tab suddenly become its children.
- Promote the whole sub-tree of the tab one level up. This is very intiuitive but when the closed tab is a root tab, it will suddenly create a number of new root tabs. Hence, the next alternative is:
- Use (2) except when the closed tab is root. In that case use (1).
(3) makes the most sense from a usability point of view.
However, we should see how this interacts with #3
There are three possibilities
(3) makes the most sense from a usability point of view.
However, we should see how this interacts with #3