https://github.com/frustrated-programmer/electronbug
https://github.com/frustrated-programmer/electronbug
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frustrated-programmer/electronbug
- Owner: Frustrated-Programmer
- Created: 2020-09-22T21:54:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-22T22:01:47.000Z (over 4 years ago)
- Last Synced: 2024-12-26T04:42:53.559Z (5 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#Electron Bug
This is the code that triggers the issue in the stack overflow question: https://stackoverflow.com/questions/63125631/problems-with-custom-html-dialog-in-electron#Reproduce.
1. First install electron 9.1.1 (later versions MIGHT have bug)
2. Run `npm start` to trigger electron starting up.
3. Hit CTRL+SHIFT+I to open up dev tools (Do this BEFORE opening the dialog)
4. Click the `Open` button on the page to open the dialog.
5. Hit either button.
6. Repeat Step 4.
7. Look at error in dev tools.