Skip to content
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

[WCAG2.2][Terminal]: Other than dragging, there is no alternate option provided for the users to move the tabs. #16717

Closed
Saiteja341 opened this issue Feb 15, 2024 · 3 comments
Labels
A11ySev2 Accessibility tracking A11yTTValidated Yet another label for the a11y folks. They want so many. So so many. A11yWCAG Accessibility tracking Area-Accessibility Issues related to accessibility HCL-E+D Accessibility tracking HCL-WindowsTerminal Accessibility tracking Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Product-Terminal The new Windows Terminal. Resolution-Fix-Available It's available in an Insiders build or a release

Comments

@Saiteja341
Copy link

Saiteja341 commented Feb 15, 2024

Windows Terminal version

1.19.10302.0

Windows build number

26040.1000

Other Software

Test Environment:
OS: Windows 11 Version 23H2 (OS Build 26040.1000)
App: Windows Terminal
Screen Reader: Narrator

Steps to reproduce

1.Open Windows Terminal.
2.Add 4 different tabs.
3.Now try to move the tabs from one position to other using keyboard.
4.Observe the issue.

User Experience:
People with motor impairments who cannot operate content by the only way to actuate a function is by dragging a target element from its initial position to some other position will feel difficulty here, if there is no option provided to user to move the tabs.

Guideline link:

https://www.w3.org/WAI/WCAG22/Understanding/dragging-movements

Attachment:
Other than dragging,no alternative mechanism is provided to move the tabs..zip

Expected Behavior

There should be an alternate mechanism to be provided in order to move the tabs from one position to other.

Actual Behavior

Other than dragging, no alternative mechanism is provided for the users to move the tabs from one position to other.

@Saiteja341 Saiteja341 added Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels Feb 15, 2024
Copy link

Hi I'm an AI powered bot that finds similar issues based off the issue title.

Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

@Saiteja341 Saiteja341 changed the title [Terminal]: Other than dragging, there is no alternate option provided for the users to move the tabs. [WCAG2.2][Terminal]: Other than dragging, there is no alternate option provided for the users to move the tabs. Feb 15, 2024
@Priyanka-Chauhan123 Priyanka-Chauhan123 added Area-Accessibility Issues related to accessibility Product-Terminal The new Windows Terminal. HCL-E+D Accessibility tracking A11yWCAG Accessibility tracking HCL-WindowsTerminal Accessibility tracking A11ySev2 Accessibility tracking labels Feb 15, 2024
@zadjii-msft
Copy link
Member

@Saiteja341 There is! There's already the moveTab actions: Move tab

{ "command": { "action" : "moveTab", "direction": "forward" }},
{ "command": { "action" : "moveTab", "direction": "backward" }},

I'm going to close this one as fixed, since those have been there for a few years now.

@zadjii-msft zadjii-msft closed this as not planned Won't fix, can't repro, duplicate, stale Feb 15, 2024
@zadjii-msft zadjii-msft added the Resolution-Fix-Available It's available in an Insiders build or a release label Feb 15, 2024
@Saiteja341
Copy link
Author

Closing this, as we can add custom action shortcut for 'Move' from settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A11ySev2 Accessibility tracking A11yTTValidated Yet another label for the a11y folks. They want so many. So so many. A11yWCAG Accessibility tracking Area-Accessibility Issues related to accessibility HCL-E+D Accessibility tracking HCL-WindowsTerminal Accessibility tracking Issue-Bug It either shouldn't be doing this or needs an investigation. Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Product-Terminal The new Windows Terminal. Resolution-Fix-Available It's available in an Insiders build or a release
Projects
None yet
Development

No branches or pull requests

3 participants