mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Application crashes when window is hidden and then restored on Windows #456
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Velorien on GitHub (Feb 11, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
This is not really a bug in Electron.NET, but in Electron itself [see the issue]. The latest version of Electron.NET suffers from this bug, so I wanted to share this here, so that you won't need to get frustrated as I did and waste half the day in Google.
Workaround: use the previous version of Electron.NET which doesn't have this bug.
@GregorBiswanger commented on GitHub (Apr 18, 2020):
Is it fixed with electron in version 8?
@Velorien commented on GitHub (Apr 23, 2020):
@GregorBiswanger if I understood correctly, they fixed it in one of Electron 8 pre-releases and shipped the fix in 8.2.
@Velorien commented on GitHub (May 5, 2020):
I've verified that it's fixed in the latest release 🎉