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
I have a simple page to have a Open file dialog. It's working good when you first click "Choose File", but if you click it second time after you selected a file, whole application crashes.
To reproduce:
serve the following simple html page
Click "choose file", select one file and click 'open'
I can reproduce this with nwjs-sdk-win&linux-v0.36.0&v0.36.1.
And in the ubuntu terminal, error info is as follow:
ERROR:render_process_host_impl.cc(4723)] Terminating render process for bad Mojo message: Received bad user message: FileChooser: The default file name should not be an absolute path
ERROR:bad_message.cc(27)] Terminating renderer for bad IPC message, reason 123
Windows 10,
nwjs version: 0.36.0.
I have a simple page to have a Open file dialog. It's working good when you first click "Choose File", but if you click it second time after you selected a file, whole application crashes.
To reproduce:
The text was updated successfully, but these errors were encountered: