Problem Description
When in full NWjs export (works fine in preview), if you open a dialog box (save or open) and then do a "on dialog cancel or OK", that trigger will never be called in the export.
Attach a Capx
https://dl.dropboxusercontent.com/u/28104568/NW%20Bug.capx
(this requires you to export a nwjs build to work; win32 tested)
Description of Capx
Single button that opens save dialog. Clicking cancel should cause the browser to close. You must export this to NW (it will work fine in preview)
Steps to Reproduce Bug
Add button to click to open NW save dialog
Add trigger of NWjs on "save dialog CANCEL" and add browser close action
Observed Result
The trigger isn't being called - no matter what you put in the "on save CANCEL". This also happens on "save OK"
Expected Result
The event should work outside of preview.
Affected Browsers
Operating System and Service Pack
Windows 10 Pro
Construct 2 Version ID
C2 Personal stable (244)
Most recent C2 NWjs