This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
UX: Commit box retains focus #855
Open
Description
There are 2 scenarios that are kind of annoying:
- Stage some things
- Tab to commit box
- Enter commit message and commit with keyboard
- Commit box is still focused, so I manually shift tab back to the stage. It would be nice if the commit box was blurred after making a commit
- Focus the commit box
- Hide the panel with ctrl-shift-9
- Focus and show the panel with ctrl-9
- The commit box is still focused. I would expect the top thing in the stage to be focused
Activity
kuychaco commentedon May 24, 2017
Ah yes, good points. So for both scenarios would it be reasonable to focus the first item in the Staged/Unstaged Changes list?
benogle commentedon May 24, 2017
Yeah, I think so.