Lacy Morrow

Results 406 comments of Lacy Morrow

This is an OLD bug with Electron, I have this piece of code in my app: ```js // Enables staying on fullscreen apps for macos https://github.com/electron/electron/pull/11599 app.dock.hide() // VisibleOnFullscreen removed...

**There is no way to make an electron window visible above all fullscreen window.** Believe me, I've tried. The best you'll get is ```js // Values include normal, floating, torn-off-menu,...

Does this not work for you? https://github.com/electron/electron/issues/26350#issuecomment-1091983644 I'm running electron 11 I believe

I have been sticking with Electron 11 because of this exact issue, looks like I have some testing to do,

That's unfortunate, thanks for updating this thread 👍

Hi, we're starting to merge PRs again, is this still working and relevant?

Agreed, but we have downstream projects that would benefit from even partial electron and node updates. It's probably worth the bump. I may not have the ability to release new...