You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
When I mouse-click the titlebar, the window does not get focus. My electron app is configured with several shortcuts. When the window gets unfocus, the shortcut keys will be disabled
Steps to Reproduce
launch the electron player.
drag media into the window(after it, the window get unfocus).
mouse-click the titlebar and test whether shortcuts are enabled.
the final result is that the shortcuts are still disabled.
Expected Behavior
When I mouse-click the titlebar, the window could get focus. Or the titlebar could export the clicking callback.
Current Behavior
When I mouse-click the titlebar, the window does not get focus
Desktop
OS: Windows 11
Electron version 25.1.0
Node Version 16.16.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Problem Description
When I mouse-click the titlebar, the window does not get focus. My electron app is configured with several shortcuts. When the window gets unfocus, the shortcut keys will be disabled
Steps to Reproduce
Expected Behavior
When I mouse-click the titlebar, the window could get focus. Or the titlebar could export the clicking callback.
Current Behavior
When I mouse-click the titlebar, the window does not get focus
Desktop
OS: Windows 11
Electron version 25.1.0
Node Version 16.16.0
The text was updated successfully, but these errors were encountered: