Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility fixes for 0.13 milestone
3 participants