You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The application crashes when you try to open a new window without the window menu.
I've noticed that setting win.menu = null makes the application instantly crash.
I may have misunderstood the related documentation but it was working at least on 0.20.1 (I've skipped the 0.20.2). Also, I can't reproduce the error on MacOS.
I also propose to add the http://dl.nwjs.io/ link on the Understanding Crash Dumb documentation, in order to easily find the sym files.
Hello,
The application crashes when you try to open a new window without the window menu.
I've noticed that setting
win.menu = null
makes the application instantly crash.I may have misunderstood the related documentation but it was working at least on 0.20.1 (I've skipped the 0.20.2). Also, I can't reproduce the error on MacOS.
I also propose to add the http://dl.nwjs.io/ link on the Understanding Crash Dumb documentation, in order to easily find the sym files.
nw.Window.open('file.html', { show: false }, function (newWindow) { newWindow.menu = null; });
The text was updated successfully, but these errors were encountered: