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.
Editor keyboard focus is lost when hotkey switching from "Unstaged Changes" tab #1670
Open

Description
@yarozar commented on Aug 27, 2018, 1:15 PM UTC:
Prerequisites
- Put an X between the brackets on this line if you have done all of the following:
- Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
When switching from tab "Unstaged Changes: ..." using hotkey like Alt+Cmd+[ you loose keyboard focus from your editor window.
Steps to Reproduce
- Have in one tab simple file.
- Open another tab with simple text file.
- Have "Unstaged Changes: ..." tab opened using Git Tab and highlighting changed file.
- Switch back to file tab using Alt+Cmd+[, observe keyboard focus lost.
Expected behavior: Keyboard focus should not be lost when switching from "Unstaged Changes:..." tab.
Actual behavior: Keyboard focus is lost.
Reproduces how often: 100%
Versions
$ atom --version
Atom : 1.29.0
Electron: 2.0.5
Chrome : 61.0.3163.100
Node : 8.9.3
$ apm --version
apm 1.19.0
npm 3.10.10
node 6.9.5 x64
atom 1.29.0
python 2.7.10
git 2.15.2
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.13.6
BuildVersion: 17G65
This issue was moved by rsese from atom/atom#17932.