Cumulus icon indicating copy to clipboard operation
Cumulus copied to clipboard

OS X hidden menubar results in wrong player position/margin

Open faroit opened this issue 8 years ago • 1 comments

macOS allows to hide the menubar since 10.11. This seems to confuse cumulus window position a bit....

screen shot 2016-10-21 at 14 27 05

I don't know if it's possible to check if menu does exist and then readjust the players position? that would certainly look better.

Thanks for this great project!

faroit avatar Oct 21 '16 12:10 faroit

Interesting issue, nice catch!

I think having the menu bar locked to show while the app is visible makes the most sense since this seems to be the behaviour of regular menus registered on the menu bar. However, apps like dropbox and google drive do not seem to have that behaviour, so I'm not sure if it going to be possible.

Either way, I think this will require some changes in Electron or even Chromium. I noticed Chrome becomes very unstable on my system when enabling / disabling the auto hide feature of the menu bar when Chrome is running.

seppestas avatar Oct 31 '16 21:10 seppestas