fix(windows): unresponsive splash screen#15269
Merged
Conversation
…creen-unresponsive
Contributor
Author
|
Notes:
|
The Configuration window will return a mrAbort result when we want the Splash screen to close. This is in the case the Installation now has been selected.
Contributor
Author
Contributor
Author
User TestingFor these tests the PR build needs to beto be older than the lastest Alpha build. TEST_KEYMAN_UPDATE_NOW_HAS_RUN
TEST_KEYMAN_UPDATE_NOW_HAS_NOT_RUN
TEST_KEYMAN_UPDATE_NOW_KBD_KEYMAN_HAS_RUN
|
Contributor
Test Specs
The results are as followed:Prerequisites for every tests
Test Results
|
darcywong00
reviewed
Jan 20, 2026
darcywong00
approved these changes
Jan 20, 2026
Contributor
darcywong00
left a comment
There was a problem hiding this comment.
lgtm
nit - can you update the PR description to start with "action" word?
mcdurdin
reviewed
Jan 20, 2026
Collaborator
|
Changes in this pull request will be available for download in Keyman version 19.0.199-alpha |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Fixes: #14261
Fixes: #14664
Build-bot: skip release:windows
Changes
HandleInstallNowin theUpdateAvailablestate to callStartDownloadProcessinstead of changing state toDownloadingwe need it to be new process, which is whatStartDownloadProcesstakes care off.