one-vibrancy icon indicating copy to clipboard operation
one-vibrancy copied to clipboard

Issues in High Sierra

Open zach-wildfig opened this issue 7 years ago • 2 comments

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.

zach-wildfig avatar Sep 18 '17 13:09 zach-wildfig

Here the Electron issue: https://github.com/electron/electron/issues/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.

simurai avatar Dec 02 '17 07:12 simurai

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

chadluo avatar Apr 29 '18 03:04 chadluo