We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NWJS Version : 0.43.1 Operating System : Windows 10 64-bit
Calling win.show() after win.maximize() should show a maximized window.
win.show()
win.maximize()
In NW2 mode, the call to win.show() restores the window so it does not appear maximized. With --disable-features=nw2 it works correctly again.
--disable-features=nw2
The setting for window.show in package.json does not appear to affect the issue.
The workaround is easy - just call show() before maximize() - but it's a breaking change in NW2.
Minimal repro: window-show-bug.zip
The text was updated successfully, but these errors were encountered:
0eafbb9
This is fixed in git and will be available in the next nightly build.
Sorry, something went wrong.
No branches or pull requests
NWJS Version : 0.43.1
Operating System : Windows 10 64-bit
Expected behavior
Calling
win.show()
afterwin.maximize()
should show a maximized window.Actual behavior
In NW2 mode, the call to
win.show()
restores the window so it does not appear maximized. With--disable-features=nw2
it works correctly again.The setting for window.show in package.json does not appear to affect the issue.
The workaround is easy - just call show() before maximize() - but it's a breaking change in NW2.
How to reproduce
Minimal repro:
window-show-bug.zip
The text was updated successfully, but these errors were encountered: