-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
registerGlobalHotKey and alert #4992
Labels
Comments
I can confirm this issue. Looks like it only happens on Windows. I will try to fix it. |
ghostoy
pushed a commit
to ghostoy/chromium.src
that referenced
this issue
Jul 7, 2016
Bounds of dialogs are calcuated based on the bounds of parent window. However on Windows, when window is minized, the bounds returned from system is empty. Implementing `WebContentsDelegate::ActivateContents` in `AppWindow` to activate the native window before showing dialog fixes the issue. fixed nwjs/nw.js#4992
ghostoy
pushed a commit
to ghostoy/chromium.src
that referenced
this issue
Jul 7, 2016
Bounds of dialogs are calcuated based on the bounds of parent window. However on Windows, when window is minized, the bounds returned from system is empty. Implementing `WebContentsDelegate::ActivateContents` in `AppWindow` to activate the native window before showing dialog fixes the issue. fixed nwjs/nw.js#4992
This is fixed in git and will be available in the next nightly build. |
OK~Thanks a lot! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nw version:0.15.2
os version:windows 10 x64
code:
description:
When app is minsized and the shortcut is pressed, the alert dialog can not show and the app is disabled.
The text was updated successfully, but these errors were encountered: