-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toolbar not visible on Atom 1.19 #202
Comments
Seconding this, Atom updated in the background at some point today and the toolbar disappeared. Digging around dev tools, the Looking through Atom's changelog, can't find anything that stands out as a root cause of the issue. Also don't see anything in the Any ideas, point me in the right direction and I can submit a PR! |
It could well be caused by some tool-bar plugin (i.e. I am using flex-tool-bar too). Maybe I find out more later |
Thought that might be a good lead because I am also using flex-tool-bar, but disabling that and working through dev tools still doesn't find a solution. In 1.19, Atom has changed their approach the DOM, so it's possible that the plugins from the config aren't being given classes and appended correctly because of something in this PR. If you see anything that looks suspect, please point it out! I've only played with electron and react in passing, and debugging Atom packages is a bit of a hassle. In the meantime, I've downgraded to 1.18 by downloading from source, and blocking its network call to atom.io to prevent updating. It runs alongside 1.19 and uses all existing packages, so it's not too much trouble. I also tried upgrading to 1.20 beta, but problem persists. Tool-bar is the greatest part of atom, and more than willing to submit a PR if a fix can be found. |
Also just noticed this PR about the updated electron breaking icons and fonts, could possibly just be that the icons that |
I might have found the solution. I noticed there was a yellow/orange icon in the Atom status bar, which took me to a page listing incompatible packages. The error supposedly was to do with some native modules that was incompatible. Clicking the Rebuild button worked for me at least (although a number of other packages seem to have other issues with Atom 1.19). Seemed like the issue was with the flex-tool-bar package. If I remember, I will create an issue over there tomorrow (a bit to late to do it now). The termination package supposedly had the same issue by the way. |
Good call! That solution works! There is an open issue over there already. Rebuilding totally works, but only if done via the UI! I tried to rebuild via apm first, with no luck. |
Great! That probably means I should close this issue, as the error is confirmed to not be in this package. |
Description
After updating to the newly released Atom 1.19, the toolbar added by this package is no longer visible. The position seems to have no effect. If you toggle the toolbar on and off, you will notice the editor is shifted by a couple pixels. This is the only (somewhat) visible sign of the toolbar.
Steps to Reproduce
Expected behavior: Visible toolbar
Actual behavior: Toolbar not visible (only a couple of pixels wide)
Reproduces how often: Seems to reproduce all the time
Versions
Atom: 1.19.0
Electron: 1.6.9
Chrome: 56.0.2924.87
Node: 7.4.0
OS: macOS Sierra 10.12.6
Additional Information
The text was updated successfully, but these errors were encountered: