-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
A11y_Windows Terminal_Search or Find Operation_Screen Reader: After entering the text and performing search operation the screen reader is not reading whether that particular word is present or not in the terminal #5421
Comments
## Summary of the Pull Request Before this, if the Search Box was open, new selections would not notify automation clients. This was because the UiaEngine (responsible for notifying automation clients) would remain disabled. Now we're enabling it before the early exit in TermControl's FocusHandler ## PR Checklist * [X] Will close issue #5421 upon verification ## Validation Steps Performed Verified using NVDA. Narrator's behavior is not impacted, for some reason.
@SpandanaPaladi are you still seeing this issue, or can we close it? |
when the search term is not found, pressing enter on the find dialog announces nothing. It would be ideal if some message was announced to the effect that it was not found. When it is found, NVDA reads the search term. I find that this behaviour is not that intuitive. What does work well is that when escaping out of the find dialog, NVDA's review cursor is positioned at the starting position of the match for you to review around it. |
@SpandanaPaladi are we compliant given the current state? Can we close this issue? @Neurrone What you're requesting is a good idea, but I think with regards to tracking, it's slightly separate from what this issue is talking about. That said, I've opened issue #6319 to track it. |
Looking at the issue title, I think it should remain open because nothing is read if no matches are found. I agree that the UX for when text is found and how its conveyed should be in its own issue. |
Oh, I see why you split it off in its own issue. I don't mind closing this or leaving this open while the proper UX is implemented in #6319. |
Now NVDA is reading regarding the searched keyword but Narrator is not reading anything. Still able to reproduce the issue with Narrator. [Not Fixed]Bug 5421_Narrator not reading regarding searched keyword.pptx |
Please provide the Sample app, so that we will file bug to Narrator team and will close the current bug as it is working fine with another free screen reader (NVDA) |
Logged External bug https://microsoft.visualstudio.com/OS/_workitems/edit/27084958 to Narrator team. Closing the current bug as it is working fine with NVDA |
#A11y_WindowsTerminal; #WindowsTerminal; #A11yMAS; #A11yTCS; #DesktopApp; #Win10; #C+E-H; #ScreenReader; #Narrator; #NVDA; #A11ySev2; #NonBenchMark; #MAS1.3.1
Check out Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier
Environment Details:
Version: 0.10.781.0
Repro steps:
Actual Result:
Narrator/NVDA is not reading whether the searched word is present in the terminal or not
Expected Result:
Narrator/NVDA should read whether the searched word is present in the terminal or not
User Impact:
Screen Reader users will face difficulty if the screen reader don't read whether the searched word is present or not in the terminal because they don't understand whether the searched word is present or not
MAS Reference:
https://microsoft.sharepoint.com/:w:/r/teams/msenable/_layouts/15/WopiFrame.aspx?sourcedoc={54f28d1f-a2d1-4dcd-84e1-5c9b87e8aba4}
Bug_Narrator not reading the searched word.pptx
Bug_NVDA not reading the searched word.pptx
The text was updated successfully, but these errors were encountered: