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

A11y_Target size minimum (24*24) for the controls "Delete Connection" is failed. #26085

Open
Swati1700 opened this issue Nov 28, 2024 · 1 comment

Comments

@Swati1700
Copy link

"Check out Accessibility Insights! - Identify accessibility bugs before check-in and make bug fixing faster and easier.”
Please do not close this bug. This bug should only be closed by TCS, C+AI Accessibility tester after bug verification.

GitHub Tags:

#A11yMAS; #A11yTCS; #A11ySev2; #DesktopApp; #BM-AzureDataStudio-Win32-Feb2022; #Azure Data Studio; #Win32; #Win11; #WCAG2.5.8; #FTP; #A11yWCAG2.2; #TargetSize;

Environment and OS details:

Azure Data Studio Version: 1.48.0 (user setup)
Windows 11 pro Version 23H2
OS build 22631.3296

Repro Steps:

  1. Launch Azure Data Studio.
  2. Tab to the Connections icon and press enter to select (if not already selected) from left bar.
  3. Tab to any server from the Servers view let and tab to "Delete connection" button.
  4. Run AI4D tool and Inspect "Delete connection" button.
  5. Observe "Bounding rectangle" size is less than 24 * 24.

Actual Result:

Target size minimum (24*24) for the controls "Delete Connection" is failed. For the control "Delete Connection" button here l=250, t=299, r=272, b=322 now using formula (b-t) * (r-l): (322-299) * (272-250) = 23 * 22 which is less than 24 * 24.

Expected Result:

Target size minimum (2424) for the controls "Delete Connection" should not failed. For control minimum target size should be 2424 CSS Pixels. as the items are very next to each other the boundaries of each item's 24*24px should not intersect with the other one.

User Impact:

Users with mobility or fine motor control impairments will not be able to accessible or select the button properly.

Attachment:

Image

Image

@Swati1700
Copy link
Author

Primary bug: microsoft/azuredatastudio-mysql#235

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant