-
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
callback Nw.Win.open return null #4788
Comments
Could you please try again with the nightly build? : http://dl.nwjs.io/live-build/04-29-2016/nw14-6a70963-b0cc05f-3d8c7fc-24751d8 |
It is still not working, half the time |
The call Stack associated with debugger in callback : (anonymous function) (VM24861:2) |
Could you please provide a full sample which reproduce the issue? |
Old issue (just for reference) |
Hi @rogerwang Thank you |
It's very high priority. The problem is I cannot reproduce it. I'll try On Tue, May 3, 2016, 2:30 AM AndryBray notifications@github.com wrote:
|
I see. It's easy to reproduce with devtools opening. Previously I was testing it with an automated case. |
Please try again with this build: http://dl.nwjs.io/live-build/05-03-2016/nw14-d154648-1208bce-756e507-24751d8/v0.14.3/ |
I tested and it seems that the window is defined all of the time. An example :
|
The callback fires in the same time with 'document-start'. I'll check the other events. |
This is fixed in git and will be available in the next nightly build. |
Please try with this build: http://dl.nwjs.io/live-build/05-05-2016/nw14-9726928-f31ba84-756e507-24751d8/v0.14.4/ |
Hi,
When I do nw.Window.open with an external URL like below, the callback parameter is "undefined" but Window opens.
Is that normal ?
I use NWJS v14.2 with Windows 7
Thank you in advance for your help
The text was updated successfully, but these errors were encountered: