Window object from nw.Window.open
is null
when an new_instance
window is open
#4691
Milestone
nw.Window.open
is null
when an new_instance
window is open
#4691
The issue can be reproduce with following steps:
new_instance
set totrue
. The callback fromnw.Window.open
isnull
as expected.new_instance
. The callback fromnw.Window.open
is alsonull
, which is wrong.new_instance
. The callback fromnw.Window.open
now points to a right window object.SAMPLE
package.json
index.html
new-instance.html
same-instance.html
The text was updated successfully, but these errors were encountered: