[PR #9143] [MERGED] Fix command palette accessibility #27444

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/9143
Author: @carlos-zamora
Created: 2/12/2021
Status: Merged
Merged: 2/17/2021
Merged by: @undefined

Base: mainHead: dev/cazamor/a11y/bugfix-cmd-plt


📝 Commits (1)

  • 3f584c8 Fix command palette accessibility

📊 Changes

1 file changed (+0 additions, -2 deletions)

View changed files

📝 src/cascadia/TerminalApp/CommandPalette.xaml (+0 -2)

📄 Description

Fixes a regression of command palette accessibility. The regression was
introduced in #8377 by setting IsTabStop to false. Though the commands
would light up, the focus didn't technically get on the command, so the
screen reader would just read the text box.

Validation Steps Performed

Opened the command palette while NVDA is active. It now reads the
commands as focus moves on them.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/9143 **Author:** [@carlos-zamora](https://github.com/carlos-zamora) **Created:** 2/12/2021 **Status:** ✅ Merged **Merged:** 2/17/2021 **Merged by:** [@undefined](undefined) **Base:** `main` ← **Head:** `dev/cazamor/a11y/bugfix-cmd-plt` --- ### 📝 Commits (1) - [`3f584c8`](https://github.com/microsoft/terminal/commit/3f584c84c5b0a30c5628d06495f0243095883a41) Fix command palette accessibility ### 📊 Changes **1 file changed** (+0 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `src/cascadia/TerminalApp/CommandPalette.xaml` (+0 -2) </details> ### 📄 Description Fixes a regression of command palette accessibility. The regression was introduced in #8377 by setting `IsTabStop` to false. Though the commands would light up, the focus didn't technically get on the command, so the screen reader would just read the text box. ## Validation Steps Performed Opened the command palette while NVDA is active. It now reads the commands as focus moves on them. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:22:00 +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#27444