-
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
43.0 reload app doesn't close and open new window #7271
Comments
Updated with reproducible steps |
Same here, nw.js v0.43.3 on an Ubuntu machine |
Maybe related:
|
I think, that we have similar issue. Command Tested on NWjs 0.43.6 (NWjs 0.41.3 works properly), both in nw1 mode. |
We observe similar behavior in regards to App Reload with 0.44.0 on macOS Catalina. I've been struggling with this for weeks, but only today realized that it's broken on clean install of the app until you run it with --disable-features=nw2 once, after that the reload starts working in nw2 mode. This can be reproduced with vanilla nwjs sdk install, but the same happens on fresh install of nwjs based app.
By the way, if you try to Reload App or Simulate Browser Restart while running with --disable-features=nw2 some of the menus stop working, i.e. you can not open DevTools or Quit NWJS Default from top menu, can not Quit the app from dock icon. |
It seems that starting with 0.44.1 running it once with You can do Reload App in Also, based on #7367 it seems that on Windows it also has problems with Reload App / Simulate Browser Restart, so the issue is not platform specific, but it's not clear if there is workaround on other platforms. |
This is fixed in git and will be available in the next nightly build. |
Happens on linux at 44.2 |
Same at me, OSX,
If I close devtools window first, then
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Thanks for reporting an issue! Spend 60 seconds reading this...
Anything else? Use our mailing list for questions:
https://groups.google.com/forum/#!forum/nwjs-general
======== TEMPLATE BUG FORM ========
NWJS Version : 43.0
Operating System : Ubuntu
Expected behavior
Close window and open a new window
Actual behavior
Doesn't close window and open a new one
How to reproduce
private project, unable to reproduce it outside the project yet, gonna update this issue as possible
Actually, if you use this package.json it will reproduce
without the node-remote it will only close the app (tested at 43.3)
{
"name": "test",
"main": "https://www.google.com.br",
"node-remote": "<all_urls>"
}
The text was updated successfully, but these errors were encountered: