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

Target size minimum (24*24) for the controls "Delete Connection" is failed: A11y_MySQL extension for Azure Data Studio_Delete connection_TargetSize #235

Open
Swati1700 opened this issue Mar 22, 2024 · 4 comments
Assignees

Comments

@Swati1700
Copy link

Swati1700 commented Mar 22, 2024

"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_MySQL extension for Azure Data Studio_Win32_Mar2024; #MySQL extension for Azure Data Studio; #Win32; #Win11; #WCAG2.5.8; #FTP; #A11yWCAG2.2; #TargetSize; #External; #External:ADS; #FirstParty:Bug26085;

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
Screenshot (1612)

@rishky-msft rishky-msft self-assigned this Apr 4, 2024
@rishky-msft
Copy link
Contributor

@Swati1700 ,

This is the common UI element that is same across all the database extensions in Azure Data Studio.
Please create an accessibility bug in github.com/microsoft/azuredatastudio repository

@Swati1700
Copy link
Author

Swati1700 commented Apr 4, 2024

@rishky-msft Could you please confirm whether this bug is external to azuredatastudio.

@rishky-msft
Copy link
Contributor

@Swati1700 Yeah confirming that the issue is external to azuredatastudio.

@Roopesh-T
Copy link

reducing to sev3 as the pixel is very close to the 24p * 24px as per the guidance.
https://dev.azure.com/mas-bug-lib/MAS%20Bug%20Library/_wiki/wikis/MAS%20Bug%20Library/32/2.5.8-Target-Size-(minimum)?anchor=severity-ranking

#A11ysev3;

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

3 participants