-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[Fabric] Add accessibilityHint support to UIA tree #12036
[Fabric] Add accessibilityHint support to UIA tree #12036
Conversation
…into YajurG-fabric-accessibilityValue
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.
Looks good to me! Thanks for the testing screenshots. I would ping @FalseLobster to sign off as well!
"requested": "[2.7.0-prerelease.210913003, )", | ||
"resolved": "2.7.0-prerelease.210913003", |
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.
Why is this change generating impact to the lock file? It doesn't seem like it should be part of this PR.
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.
I had pulled from main into my branch - it may have been from that after running yarn
as I was getting some errors locally after doing a rebase to remove some other commits that had unintentionally been included.
Description
Type of Change
Why
Add accessibilityHint support and information to UIA Tree HelpText property for improved accessibility information.
What
Added code to update HelpText UIA field with property value passed in to the accessibilityHint prop. Previously, when the accessibilityHint prop was populated, the HelpText field in the UIA tree would remain empty.
Screenshots
Before:
After:
As can be seen the HelpText property is updated within the UIA tree when setting the accessibilityHint prop
Testing
Tested that HelpText UIA field is not populated when accessibilityHint is set before code change, and that HelpText UIA field is populated after code change. Used
accessible.tsx
sample page in playground for testingMicrosoft Reviewers: Open in CodeFlow