question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Electron buttons (close, minimize to tray, etc) buttons visible in browser

See original GitHub issue
  • code-server version:
  • OS Version:

Description

The window doesn’t seems to close, minimize or maximize… NO BUTTONS ARE WORKING!

Steps to Reproduce

step 1: open the text editor step 2: try to close the window using ‘X’ button at the top right corner.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sr229commented, Mar 14, 2019

CC @coadler can we reopen this? We need to track this issue to make sure we remove those specific buttons

0reactions
kylecarbscommented, Apr 24, 2019

Fixed!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Electron.js How to minimize/close window to system tray and ...
The trick is to catch the close and minimize events. var BrowserWindow = require('browser-window'), var mainWindow = new BrowserWindow({ ...
Read more >
Electron Frameless Window Close and Minimize to Tray
If we want to use frameless window and implement our own minimize and close buttons, minimizing to tray will not work as expected....
Read more >
Can we disable the minimize button for the BrowserWindow?
Yes you're right, coming from a tiling window manager where I close windows through key combinations, I didn't realize you still need to ......
Read more >
BrowserWindow | Electron
Create and control browser windows.
Read more >
How to create a custom frameless window (without title bar ...
Learn how to create a frameless window with custom controls (minimize, maximize and close buttons) in Electron Framework. To create a window ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found