[Terminal]: Keyboard user is not able to access 'About' pop-up of terminal app. #15249

Closed
opened 2026-01-31 04:32:46 +00:00 by claunia · 2 comments
Owner

Originally created by @ghost on GitHub (Sep 17, 2021).

Windows Terminal version (or Windows build number)

1.10.2383.0

Other Software

Test Environment:
OS: Windows 11 Version 21H2 (OS Build 22000.168)
Screen Reader: Narrator
Tool: Accessibility Insight for Windows

Steps to reproduce

Repro Steps:
Open Windows Terminal.
Verify that whether user can access about button and its pop-up using keyboard or not.

User Experience:
Keyboard users are impacted here as they are completely blocked to access about dialog.

Guideline Reference:
https://www.w3.org/WAI/WCAG21/Understanding/keyboard

Attachments:
Keyboard user is not able to access 'About' pop-up of terminal app..zip

Expected Behavior

Keyboard user should be able to access 'About' pop-up of terminal app as it is accessible to mouse users.

Actual Behavior

Keyboard user is not able to access 'About' pop-up of terminal app which is only accessible to mouse user.

Observation: Screen Reader user can access the about in Scan mode.

Originally created by @ghost on GitHub (Sep 17, 2021). ### Windows Terminal version (or Windows build number) 1.10.2383.0 ### Other Software **Test Environment:** OS: Windows 11 Version 21H2 (OS Build 22000.168) Screen Reader: Narrator Tool: Accessibility Insight for Windows ### Steps to reproduce **Repro Steps:** Open Windows Terminal. Verify that whether user can access about button and its pop-up using keyboard or not. **User Experience:** Keyboard users are impacted here as they are completely blocked to access about dialog. **Guideline Reference:** https://www.w3.org/WAI/WCAG21/Understanding/keyboard **Attachments:** [Keyboard user is not able to access 'About' pop-up of terminal app..zip](https://github.com/microsoft/terminal/files/7184362/Keyboard.user.is.not.able.to.access.About.pop-up.of.terminal.app.zip) ### Expected Behavior Keyboard user should be able to access 'About' pop-up of terminal app as it is accessible to mouse users. ### Actual Behavior Keyboard user is not able to access 'About' pop-up of terminal app which is only accessible to mouse user. Observation: Screen Reader user can access the about in Scan mode.
Author
Owner

@elsaco commented on GitHub (Sep 17, 2021):

@v-rpundir please try "crtl+shift+space" to open the drop-down menu and scroll to "About" when using the keyboard only. It is defined in default.json file:

{ "command": "openNewTabDropdown", "keys": "ctrl+shift+space" },

An option could be added to the command palette for "About" action. Is not there as of WT version 1.11.2421.0.

@elsaco commented on GitHub (Sep 17, 2021): @v-rpundir please try "crtl+shift+space" to open the drop-down menu and scroll to "About" when using the keyboard only. It is defined in default.json file: ` { "command": "openNewTabDropdown", "keys": "ctrl+shift+space" },` An option could be added to the command palette for "About" action. Is not there as of WT version 1.11.2421.0.
Author
Owner

@ghost commented on GitHub (Sep 18, 2021):

Closing as agreeing as per above resolution.

@ghost commented on GitHub (Sep 18, 2021): Closing as agreeing as per above resolution.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#15249