-
Notifications
You must be signed in to change notification settings - Fork 323
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
Fix focus transition issues related to dialogs and UAC in Virtualization #3640
Conversation
tools/Customization/DevHome.Customization/Views/ModifyFeaturesDialog.xaml
Outdated
Show resolved
Hide resolved
tools/Customization/DevHome.Customization/Views/RestartDialog.xaml
Outdated
Show resolved
Hide resolved
Co-authored-by: Kristen Schau <47155823+krschau@users.noreply.github.com>
Co-authored-by: Kristen Schau <47155823+krschau@users.noreply.github.com>
<comment>Message instructing the user to restart their machine to apply changes</comment> | ||
</data> | ||
<data name="RestartDialog.PrimaryButtonText" xml:space="preserve"> | ||
<value>Restart now</value> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a random thought. Is it clear to the user that this is to restart the machine and not just DevHome?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that's a good question. I'll follow up with our content writer to see if more clarity is needed there.
Summary of the pull request
This change ensures the narrator reads the committing changes and restart dialog without manual reapplication of focus.
The progress modal dialog is disrupted by a race with the UAC prompt focusing the narrator. Additionally, having one content dialog that shares two presentations make this difficult to orchestrate with focus and accessibility, to simplify things, the modify features dialog is split:
References and relevant issues
#3639
Detailed description of the pull request / Additional comments
Validation steps performed
Apply a feature with narrator enabled
PR checklist