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

fix vision dashboard flyout accessibility on smaller screen size #2432

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

imatiach-msft
Copy link
Contributor

Description

fix vision dashboard flyout accessibility on smaller screen size

Repro:
Navigate the "Vision Data Explorer" section, navigate the "Image Explorer View" tab and all the controls present under it.
Navigate to "Error Instances/Success instances" section.
Select an Error instance "Can".
"Selected Instance" dialog opens. Navigate all the controls present on the dialog.
Observe and verify whether Controls present under "Error Instances" section on "Selected Instance" dialog are truncated after setting the viewport to 320*256 pixel or not.

Background:
Low vision users who depend on zooming functionality for better readability will be impacted if the controls present under page/dialog are truncated after setting the viewport to 320*256 pixel. As a result, users will miss the important information present under the dialog.

Issue:
All the texts present under "Error Instances" section on "Selected Instance" dialog are truncated after setting the viewport to 320*256 pixel.

Text such as "X Error instances", "Image 26", "Predicted: can" and "Ground truth: water bottle" are truncated after setting the viewport to 320*256 pixel.
Dialog controls are truncated even after scrolling the dialog using arrow keys.

Expected Result:
After setting the viewport to 320*256 pixel, all the text such as "X Error instances", "Image 26", "Predicted: can" and "Ground truth: water bottle" present under "Selected Instance" dialog should be clearly visible without any truncation.

Video before fix:

FlyoutBeforeFix.mp4

Video after fix:

FlyoutAfterFix.mp4

Checklist

  • I have added screenshots above for all UI changes.
  • I have added e2e tests for all UI changes.
  • Documentation was updated if it was needed.

@imatiach-msft imatiach-msft force-pushed the ilmat/fix-flyout-vision-accessibility branch from dfd0ab7 to d0ff1a8 Compare November 27, 2023 22:55
1 similar comment
@imatiach-msft imatiach-msft merged commit 68aa845 into main Nov 28, 2023
86 checks passed
@imatiach-msft imatiach-msft deleted the ilmat/fix-flyout-vision-accessibility branch November 28, 2023 16:25
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

Successfully merging this pull request may close these issues.

2 participants