You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
If tree-view package disabled, it works fine, but if it's not, when switching between tabs when pressing ctrl+tab it loses the cursor focus. I'd needed to click with my mouse to get cursor focus back.
Repro Steps
Launch Atom in your local atom repository
Open Settings View using Cmd+, on macOS or Ctrl+, on other platforms
Click the Packages tab
Search for "tree-view"
Click the Settings button in the tree-view package card
Ensure that "Auto Reveal" and "Focus On Reveal" are both enabled
Open multiple files from the Tree View
Use Ctrl+Tab or Ctrl+Shift+Tab to iterate through the tabs
Actual: Tree View will have the focus Expected: Editor should have the focus. The two options (Auto Reveal and Focus on Reveal) should be worded so it is clear that Focus on Reveal is only supposed to affect the behavior of the tree-view:reveal-active-file command.