You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identical and inappropriate label is specified for the comboboxes resulted in screen reader users finding it difficult to understand the purpose of the comboboxes effectively.
Used in many places:
Preferences
Search for options label given for
Language
Take me to cluster:
Date format
Time format
Create API Key
Search for options for
Scope
Import YAML
Search for options for
Default Namespace
Git Repo - Add Repository
Search for options label given for
Watch
Git Authentication
HELM authentication
TLS certificate verification
Target (which gets available on activating "Next" button)
Pod Security Admission: Create
Search for options label given for
Enforce
Audit
Warn
Repository: Create
Search for options label given for
Authentication (which gets available on activating "http(s) URL to an index generated by Helm", "http(s) URL to an index generated by Helm" and "OCI Repository Experimental" radio buttons)
Import Extension Catalog
Search for options label given for
Image Pull Secrets
Banners
Header Banner section
Footer banner section
Login screen Banner section
Search for options label given for
Font Size
Example:
Remediation:
Apply the following changes:
• Remove "aria-label" attribute from source code of mentioned comboboxes.
• Specify "id" attribute with unique value to HTML elements containing text such as "Language", "Take me to cluster:", "Date Format", "Time Format" and "Table Rows per Page".
• Specify "aria-labelledby" attribute to
element containing combobox.
• Reference the "id" attribute values (of HTML elements) via "aria-labelledby" attribute respectively.
Issue 20 - Combobox displayed on keyboard focus
Combobox options gets displayed automatically when the mentioned combobox receives the keyboard focus resulting in keyboard-only and screen reader users will have to navigate through the options even when not required.
Remediiation:
Ensure that the combobox options do not get displayed automatically when the combobox receive the keyboard focus. It should get displayed when user activates the combobox.
The text was updated successfully, but these errors were encountered:
a11y Issues: 79, 20
Issue 79
Identical and inappropriate label is specified for the comboboxes resulted in screen reader users finding it difficult to understand the purpose of the comboboxes effectively.
Used in many places:
Preferences
Search for options label given for
Create API Key
Search for options for
Import YAML
Search for options for
Git Repo - Add Repository
Search for options label given for
Pod Security Admission: Create
Search for options label given for
Repository: Create
Search for options label given for
Import Extension Catalog
Search for options label given for
Banners
Search for options label given for
Example:
Remediation:
Apply the following changes:
• Remove "aria-label" attribute from source code of mentioned comboboxes.
• Specify "id" attribute with unique value to HTML elements containing text such as "Language", "Take me to cluster:", "Date Format", "Time Format" and "Table Rows per Page".
• Specify "aria-labelledby" attribute to
• Reference the "id" attribute values (of HTML elements) via "aria-labelledby" attribute respectively.
Issue 20 - Combobox displayed on keyboard focus
Combobox options gets displayed automatically when the mentioned combobox receives the keyboard focus resulting in keyboard-only and screen reader users will have to navigate through the options even when not required.
Remediiation:
Ensure that the combobox options do not get displayed automatically when the combobox receive the keyboard focus. It should get displayed when user activates the combobox.
The text was updated successfully, but these errors were encountered: