[PR #12301] Make the SearchBox announce if it found results or not #28966

Open
opened 2026-01-31 09:31:55 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/12301

State: closed
Merged: Yes


Basically, this is the same as #12266, but for the SearchBoxControl. Trickily, the ControlCore is the one that knows if there were search results, but the TermControl has to be the one to announce it.

  • Will take care of #11973 once a11y team confirms
  • Tested manually with Narrator
  • Resolves a part of #6319, which I'm repurposing just to displaying the number of results in general.
  • See also Ubuntu terminal crashes (#3920)
**Original Pull Request:** https://github.com/microsoft/terminal/pull/12301 **State:** closed **Merged:** Yes --- Basically, this is the same as #12266, but for the `SearchBoxControl`. Trickily, the ControlCore is the one that knows if there were search results, but the TermControl has to be the one to announce it. * [x] Will take care of #11973 once a11y team confirms * [x] Tested manually with Narrator * [x] Resolves a part of #6319, which I'm repurposing just to displaying the number of results in general. * See also #3920
claunia added the pull-request label 2026-01-31 09:31:55 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28966