-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 2.6.0-beta-0, 2.6.10
-
Component/s: None
-
Environment:
OS: Windows 7
Sourcetree: 2.6.0.0-beta0
-
Severity 3 - Minor
Now that the order of open tabs is again saved in Sourctree 2.6.0.0-beta0 I noticed that although the order is now saved the last active tab is still the one before the move.
Steps to reproduce:
1. Open at least 2 repositories in different tabs
[Repo 1] [Repo 2] [Repo 3 (active)]
2. Move/Drag the last active tab with the mouse to position 2
[Repo 1] [Repo 3 (active)] [Repo 2]
3. Close Sourcetree and open Sourcetree again
Expected:
1. The second tab is active as before closing Sourcetree
[Repo 1] [Repo 3 (active)] [Repo 2]
Actual:
1. The third tab is active as before the tab move/drag
[Repo 1] [Repo 3] [Repo 2 (active)]
Minor issue because typically you do not move/drag around repositories a lot and the overall order of tabs and repositories is still saved.