[PR #540] Resolve #539, #357 - Fix splash screen interaction causing crashes, ghost dragging, and resizable behavior #1210

Closed
opened 2026-01-29 16:58:26 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/ElectronNET/Electron.NET/pull/540

State: closed
Merged: Yes


Resolves #539, #357

Using the browser-window-focus event would cause the splashScreen window to be destroyed early (since regular mouse-focus events would cause the event to be fired).

Switching to the browser-window-created event produces the correct behavior.

**Original Pull Request:** https://github.com/ElectronNET/Electron.NET/pull/540 **State:** closed **Merged:** Yes --- Resolves #539, #357 Using the `browser-window-focus` event would cause the splashScreen window to be destroyed early (since regular mouse-focus events would cause the event to be fired). Switching to the `browser-window-created` event produces the correct behavior.
claunia added the pull-request label 2026-01-29 16:58:26 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#1210