-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Medium
-
None
-
Affects Version/s: 2.6.6
-
Component/s: None
-
Severity 3 - Minor
Actual:
- Perform a commit. (I'm using a git repository.)
- The "File Status" view then shows "Nothing to commit".
- In order to get back to the previous view, I click on the current branch in the list of branches. (See workaround below, I now now there's a better way!)
- The following can be observed happening quickly:
- It shows the Log / History tab with the most recent commit selected
with its details visible below. - An overlay appears stating it's Loading 300 commits to reach a particular (seemingly random) commit.
- The load finishes then:
- The list of commits shows nothing selected.
- The commit details area is blank (grey).
- It shows the Log / History tab with the most recent commit selected
- Then, whenever I select a commit from the history it shows "Displaying all changes between" message, showing another commit is also selected.
- Whenever I click a different commit, the visible selection changes, but there is still a hidden commit selected.
- I then CTRL-Click on my visible commit to unselect it and now see the preview of the mystery commit from months ago.
Expected
I don't expect anything to become automatically selected.
Workaround:
In documenting this, I've realized I should just click the "Log / History" tab after committing.
Still, it is an odd behaviour that kept catching me out because of my strange navigation habits. This quirk is a recent new behaviour.