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

combo-box: custom item presentation content not announced #162

Open
TetraLogicalHelpdesk opened this issue Mar 17, 2021 · 1 comment
Open
Labels
a11y Accessibility issue known issue Known issue that can't be easily fixed needs research More information needed to estimate vaadin-combo-box

Comments

@TetraLogicalHelpdesk
Copy link

WCAG Level

Level A

Priority

High

Pages/screens/components affected

Description

In the Custom Item Presentation example for combo box, options visible in the list box have images and additional information. However, when navigating the list box with assistive technologies, only the basic information (which is visible in the actual text edit field of the combo box) is announced.

The example combo box with rich item content for each option

User impact

Assistive technology users navigating through the available items in the list boxes won't get any of the additional information that is provided.

Required solution

Make sure that all the information that's visible/available for options in the list box is also conveyed to assistive technology users.

Test procedure(s)

Use these steps to confirm that the solution has been correctly applied to issues identified within the test sample, and to test the rest of the website for instances of the same issue:

  1. Turn on your screen reader
  2. Navigate through the combo box with custom/rich item presentation.
  3. Verify that the information presented visually for each item is also conveyed by the screen reader.

Definition of done

Complete all of these tasks before closing this issue or indicating it is ready for retest:

  • All issues identified within the test sample have been resolved.
  • The rest of the components, their variants, and the documentation website have been tested for the same issue.
  • All issues identified throughout the rest of the components/website have been resolved or filed as new issues.

Related standards

More information

Test data

Test date: March 2021
Website: vaadin.com/components, vaadin.com/docs-beta

@web-padawan web-padawan added the a11y Accessibility issue label Mar 17, 2021
@web-padawan
Copy link
Member

This is caused by the fact that focus stays in the <input> element and does not move to the dropdown.

@web-padawan web-padawan added needs research More information needed to estimate requires new major This would be a breaking change labels Apr 12, 2021
@rolfsmeds rolfsmeds added this to V23.x backlog in Accessibility fixes Aug 30, 2021
@web-padawan web-padawan added vaadin-combo-box known issue Known issue that can't be easily fixed and removed requires new major This would be a breaking change labels Jun 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Accessibility issue known issue Known issue that can't be easily fixed needs research More information needed to estimate vaadin-combo-box
Projects
Accessibility fixes
  
V23.x backlog
Development

No branches or pull requests

2 participants