darwinye / tab-organizer

Automatically exported from code.google.com/p/tab-organizer
Other
0 stars 0 forks source link

Tree Style Tabs functionality is incorrect when reopening closed tabs. #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create 2 tabs. Both should be at the top level (not indented).
2. Close the 2nd tab.
3. Reopen the 2nd tab (Ctrl+Shift+T).

What is the expected output? What do you see instead?
Both tabs should be at the top level (not indented). Instead, the 1st tab is at 
the top level, but the 2nd tab is indented by 1 level.

Please provide any additional information below.
We don't save the previous indent level when a tab is closed, so when a tab is 
restored, we try to guess what the indent should be. This is one case where 
this guessing is incorrect.

Original issue reported on code.google.com by pcxunlimited@gmail.com on 21 Jan 2011 at 11:24

GoogleCodeExporter commented 9 years ago
Another case:

1. Create 4 tabs. The indent level should be: 0 1 2 0
2. Close the 3rd tab.
3. Focus the 4th tab (which is now the 3rd).
4. Reopen the 3rd tab.

Indent level should be 0 1 2 0. Instead, it's 0 1 1 0.

Original comment by pcxunlimited@gmail.com on 21 Jan 2011 at 11:29

GoogleCodeExporter commented 9 years ago
Tree Style Tabs functionality is most likely going to go away in version 5. 
Instead, I plan to have a view that automatically groups tabs based on both 
time and parent/child relationships.

Original comment by pcxunlimited@gmail.com on 27 Aug 2012 at 10:18