Closed
Description
- Electron version: 1.6.7-beta
- Operating system: Windows 8.1 (but Windows 10 also reproduce this)
Expected behavior
Prevent event properly
Actual behavior
App crashes
How to reproduce
I created a small app which can reproduce this bug.
https://gist.github.com/rhysd/1dcf61cf42b822e2044372e353d3519f
- Download electron-v1.6.7-win32-x64.zip and unarchive it
- Create
app
inresources
directory - Copy all files from the Gist URL into the
app
directory - Double click electron.exe
- Click 'link' in window
- 'App crashed' dialog will be shown
I confirmed that this bug also occurs with Electron v1.6.2 and v1.6.5