Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Jul 1, 2021

Conversation

indiemini
Copy link
Contributor

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.

…ent ghost drag, fix resizable splash screen. Resolves ElectronNET#539, ElectronNET#357

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

Using the browser-window-created event produces the correct behavior.
@GregorBiswanger GregorBiswanger added this to the 11.5.2 milestone Feb 17, 2021
@dbphoton
Copy link

dbphoton commented May 5, 2021

Please, merge this PR, I have a ticket for this bug in my app ;)

@indiemini indiemini changed the title Resolve #539, #537 - Fix splash screen interaction causing crashes, ghost dragging, and resizable behavior Resolve #539, #357 - Fix splash screen interaction causing crashes, ghost dragging, and resizable behavior May 7, 2021
@singh7sarb
Copy link

When will this available official in NuGet package, when will it be released?

@theolivenbaum
Copy link

Would be nice to have a way to manually close the splash screen...

@theolivenbaum
Copy link

@dbphoton @singh7sarb any ideas when this could be merged? seems like a simple change and it is quite an annoying bug...

@GregorBiswanger GregorBiswanger self-assigned this Jul 1, 2021
@GregorBiswanger GregorBiswanger merged commit c1b3d42 into ElectronNET:master Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Interacting with the Splash Screen causes WebApp to exit before reaching main browser window
5 participants