-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
window.bringToTop() doesn't work #36
Comments
Actually doing just about anything in electron breaks this. Minimizing a window, then using restore, for example, freezes the application |
I also observed that bringing Electron BrowserWindows to top doesn't work. |
This answer on StackOverflow does appear to work. |
@stefnotch Do you have an example of how that would look with this library? |
You'd have to modify the native code of this library. Sadly I'm not well versed enough in cpp to do this and then submit a PR. |
Bug description
window.bringToTop flashes the window in the task bar as if it was focused, but doesn't bring it forward
To Reproduce
Expected behavior
Bring to top should bring a window to top
Details:
node-window-manager
version: 2.0.1node-window-manager
version: Never used this before todayAdditional context
Working in electron, if that's relevant
The text was updated successfully, but these errors were encountered: