-
Notifications
You must be signed in to change notification settings - Fork 563
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
[Accessibility] Narrator is not reading the selection action title for the Rich Text Block #4856
Comments
please review this issue for target Milestone, Inconsistencies & Priority upon triage. |
The narrator is expected to read the 'title' property on the selection action rather than the 'text' property of the text run in the rich text block |
@dclaux can you add a quick summary here of the changes you are making as part of addressing this? Thanks. Feel free to unassign yourself once you've updated this bug with any specifics so the other platforms can follow suit! @paulcam206 FYI as a reminder to pick up/drive across teh rest of the platforms as Accessibility champion. |
Hi @ridwived-microsoft. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions. |
@shalinijoshi19 the change I am making is in the title of the PR: "Use TextRun.selectAction.title as aria-label" |
@RebeccaAnne FYI -- can we look into this one to understand the behavior on the rest of the platforms for next sprint? I've moved it out. |
This behaves as expected in UWP |
The bug repros on .NET WPF |
@jwoo-msft @golddove Could you guys check if this works as expected on iOS/Android? Thanks! |
Spun of iOS and Android to separate bugs to investigate and fix if necessary. |
Platforms
See also #5310(iOS) and #5311(Android)
Author or host
Host, D365, Customer Service Workspace app
Version of SDK
1.3
Repro
With the below RichTextBlock, Narrator should read "Click me" when the focus is on the RichTextBlock, but it reads "This is the text"
The text was updated successfully, but these errors were encountered: