-
Notifications
You must be signed in to change notification settings - Fork 119
tabs toggles tree-view automatically w/ Atom focus #517
Comments
I'm surprised that no one else seems to report this issue w/ version 0.107.2 I rolled back to 0.106.2 and things are back to normal, so it's definitely something in the update that breaks on my system |
/cc: @rsese |
I am on 0.107.1 and have been experiencing this issue consistently this week. EDIT: Here is the command for anyone that stumbles onto this I can confirm this also fixed the problem for me as well |
Thanks for the report! I was unable to reproduce with Atom 1.19.7 on macOS 10.12.6, here's what I tried:
The tree view didn't toggle back on at this point. I also tried cmd-tab-ing to another application and then back to Atom but the tree view remained toggled off. Did I misunderstand anything about the repro steps @jm-gray? |
@rsese interesting, I just upgraded to Atom 1.20.1x64, still on macOS 10.12.6, upgraded tabs to 0.107.4 and I still have the issue. However, I DO NOT have the issue in safe mode. So, perhaps tabs isn't playing nicely with some other package. I don't have many packages installed, just Sublime-Style-Column-Selection, language-latexsimple, language-rmarkdown, language-r, r-exec, tabs, and wordcount in addition to the core packages. |
@jm-gray It sounds like you have tabs installed as a community package in addition to it being installed as a core package. If you open a terminal and run |
@rsese We should try the same steps on master to verify if this is a regression on master. |
@jm-gray @itsjoekent Do you have Is there any setting in |
Thank you for your issue! We haven't gotten a response to our questions in our comments #517 (comment) #517 (comment). With only the information that is currently in the issue, we don't have enough information to take action. I'm going to close this but don't hesitate to reach out if you have or find the answers we need, we'll be happy to reopen the issue. |
Prerequisites
Description
The tree-view is toggled on when the Atom app gets focus. If I toggle tree-view off, then go to another app, then go back to Atom, it launches automatically. The same things happen when opening an existing file, or creating a new one from within Atom. Keyboard shortcuts for switching among tabs (Cmd+Shift+[ or ]) also no longer work. Disabling tree-view package does not work. Even with tree-view disabled, an empty Project pane will appear. Disabling tabs fixes these issues.
Steps to Reproduce
Expected behavior: tree-view stays toggled off
Actual behavior: tree-view toggles on with most actions
Reproduces how often: 100%
Versions
Atom 1.19.3x64
macOS Sierra 10.12.6
Additional Information
Any additional information, configuration or data that might be necessary to reproduce the issue.
The text was updated successfully, but these errors were encountered: