Skip to content
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

Issues in High Sierra #13

Open
zach-wildfig opened this issue Sep 18, 2017 · 2 comments
Open

Issues in High Sierra #13

zach-wildfig opened this issue Sep 18, 2017 · 2 comments

Comments

@zach-wildfig
Copy link

screen shot 2017-09-18 at 9 25 37 am

screen shot 2017-09-18 at 9 25 48 am

As seen above, the transparency is not aligned and with the transparency on you can click through the actual window, making for unsightly interaction.

@simurai
Copy link
Owner

simurai commented Dec 2, 2017

Here the Electron issue: electron/electron#10521

There doesn't seem to be a fix yet.

Temporary workarounds

  1. A temporary workaround noted here is to go full-screen and then back to normal. Of course that's pretty annoying if it has to be done for every new window. Even automatically in Init Script.. probably feels too jarring.

  2. Another option is to add back a background to the title bar:

image

@import "syntax-variables";
.one-vibrancy .title-bar {
  background-color: @syntax-background-color;
}

There are no rounded corners and doesn't really work with Title Bar: hidden tough.

@chadluo
Copy link

chadluo commented Apr 29, 2018

Election carried out a fix, and seems it's taking effect in current Atom (1.26.1). The issue still presents on cold start, but if you fullscreen the window and switch back it will recover.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants