[PR #14541] Introduce PseudoConsoleWindow a11y provider #30150

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

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

State: closed
Merged: Yes


In order to modify the accessibility information for the PseudoConsoleWindow, it needs to have a UIA provider registered. This PR introduces PseudoConsoleWindowAccessibilityProvider and registers it as a UIA provider appropriately. The registration process is based on that of the WindowUiaProvider for ConHost.

Closes #14385

Validation Steps Performed

Run Accessibility Insights FastPass on the window. The PseudoConsoleWindow no longer is tagged as missing a name.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/14541 **State:** closed **Merged:** Yes --- In order to modify the accessibility information for the PseudoConsoleWindow, it needs to have a UIA provider registered. This PR introduces `PseudoConsoleWindowAccessibilityProvider` and registers it as a UIA provider appropriately. The registration process is based on that of the `WindowUiaProvider` for ConHost. Closes #14385 ## Validation Steps Performed Run Accessibility Insights FastPass on the window. The PseudoConsoleWindow no longer is tagged as missing a name.
claunia added the pull-request label 2026-01-31 09:38:56 +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#30150