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.
github:toggle-git-tab-focus not focusing git tab #1560
Open
Description
Prerequisites
- Have you tried to reproduce the problem in Safe Mode?
- Have you followed all applicable steps in the debugging guide?
- Have you checked the FAQs on the message board for common solutions?
- Have you checked that your issue isn't already filed?
Description
Invoking github:toggle-git-tab-focus
both with ctrl-9
and via the command palette opens the git tab but does not focus the git tab.
Steps to Reproduce
- Open a git project
- Invoke
github:toggle-git-tab-focus
- While tab shows (if it's hidden) focus never leaves the editor.
Expected behavior: Files in git tab focused to stage/unstage them
Actual behavior: Focus did not change at all
Reproduces how often: Always
Versions
> atom --version
Atom : 1.28.0
Electron: 2.0.3
Chrome : 61.0.3163.100
Node : 8.9.3
> atom-beta --version
Atom : 1.29.0-beta0
Electron: 2.0.3
Chrome : 61.0.3163.100
Node : 8.9.3
Additional Information
- Using the key binding resolver seems like
ctrl-9
invokesgithub:toggle-git-tab-focus
. github:toggle-github-tab-focus
seems to work just fine