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

Fixing bug where user could not invoke selectable menu flyout action with Narrator's scan mode on #2555

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

guimafelipe
Copy link
Contributor

@guimafelipe guimafelipe commented Apr 8, 2024

Summary of the pull request

When the Narrator's scan mode is on, the user cannot use the keyboard to select the widget's size. This PR fix the issue.

References and relevant issues

https://dev.azure.com/microsoft/OS/_workitems/edit/49658657

Detailed description of the pull request / Additional comments

When the Narrator's scan mode is on, the Automation Peer's Select method from the SelectionItem pattern gets the priority on the keyboard action, going over the Invoke from the invoke pattern. This PR makes the Select to call Invoke whenever it is called, as the behaviour should always be the same.

Validation steps performed

PR checklist

@guimafelipe guimafelipe merged commit 13fe40e into main Apr 9, 2024
4 checks passed
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.

Accessibility fixes for 0.13 milestone
3 participants