-
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
win.print will only print the parent window #7377
Comments
Just tried it on multiple versions to try and work out where the change happened Works fine on v0.39.3 Looks like it has something to do with NW2 Mode in that case maybe? |
I have the same issue. If you disable the nw2 Feature in your package.json : the print will work perfect. In issue #7230 Roger Wang ask for blocking nw1 removel issue. @rogerwang |
This is fixed in git and will be available in the next nightly build. |
NWJS Version : 0.44.1
Operating System : win-x64
Expected behavior
When I call the function below, the child window should print silently
Actual behavior
When I call the function below, the parent window prints not the child.
How to reproduce
I've tried every which way I can think of for the past few hours to make it print the child window, but its not letting me, each time I successfully mange to print, the parent window comes out.
The text was updated successfully, but these errors were encountered: