Closed vedeevi closed 2 years ago
Hi Team,
It's been 15 days since this issue has been posted, but still didn't seen update... please let us know when we can expect the reply for this issue.
Thanks, Vedeevi.
Hi @vedeevi, the issue is under investigation. We'll let you know once we have more information on this.
@vedeevi It seems that the richtext box content is being read only when you enable the scan mode (Caps + Space) and then focus to the richtextbox, After than down arrow key. and the narrator would start reading the contents of the richtext box.
@vedeevi
Ashish has given you solution to read the text, check the link below for similar git issue :
Security issues and bugs should be reported privately, learn more via our responsible disclosure guidelines.
Problem description: Narrator tool in Windows 11 operating system is not able to read the text content available in paragraphs under RichTextBox control of WPF. However, this same text there in RichTextBox control is read by Narrator tool in Windows 10 21H2 OS.
Sample code for RichTextBox control used in our WPF application: `<RichTextBox x:Name="AppContentRichTextBox" BorderThickness="0" x:FieldModifier="public" IsDocumentEnabled="True" IsReadOnly="True" FontSize="16" Foreground="Black" FontFamily="Segoe UI" KeyboardNavigation.TabNavigation="Continue" Focusable="True" Margin="-5,0,0,30" AutomationProperties.Name="App content details" Visibility="Visible" HorizontalContentAlignment="Stretch" VerticalAlignment="Center">
`
Actual behavior: No exceptions. Narrator tool in Windows 11 is not able to read content there in RichTextBox control of WPF application.
Expected behavior: Narrator tool in Windows 11 has to read content there in RichTextBox control of WPF application.
Minimal repro: