-
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
New window created using window.open not honouring height and width #5517
Comments
I met the same problem, your problem has been solved? How do you solve? |
I have the same Issue |
@HUN73R13 Your issue is Windows specific upstream bug. See #5337. |
I don't think so, I am able to reproduce issue in Mac OS also |
@silentsakky I was responding to @HUN73R13. |
@ghostoy Oops :) |
Still reproduced on Linux/Windows with nwjs-sdk-v0.21.2. |
any updates on when this is going to be fixed? |
@rogerwang are you working on this? if not, I'd like to investigate it. |
@silentsakky your sample has the same result in chrome, did you try it on chrome? |
Just checked with Chrome V57.0.2987.133 (64-bit) in mac, it is opening with proper window size |
@Christywl please help to double check the test on Chrome on Linux, Mac and Windows.
|
Ok, I can reproduce now. |
This is fixed in git and will be available in the next nightly build. |
The fix was reverted temporarily for new issue |
Should we reopen the issue then? |
Also correct some mismatch between design and implementation
Also correct some mismatch between design and implementation
Also correct some mismatch between design and implementation
It is merged into nw22 branch since 0.22.0 is to be released soon and there is no further releases for 0.21. |
When creating new window using window.open it opens window with fixed height/width and doesn't honour passed height/width
window-open.zip
The text was updated successfully, but these errors were encountered: