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

Screen reader does not announce the tooltip information for the "colors list items" present under "Change color" control. #203

Closed
azaslonov opened this issue Nov 1, 2022 · 1 comment

Comments

@azaslonov
Copy link
Member

User Experience:

If there is no name is defined for the controls and screen reader does not announce the name and also the tooltip information, then, users will not be able to understand the purpose of the control and users will get impacted to understand the name of the control.

Repro steps:

  • Navigate to the Left nav and select Pages button.
  • Navigate to the Pages window. select API Reference option.
  • Navigate to the any editable control details and select Add widget.
  • Navigate to the Text Block and select it.
  • Navigate to the "Text Block" blade and select edit button.
  • Navigate to the various controls of the "Text Block" dialog box.
  • Verify whether screen reader announcing the color information or not.

Actual Result:

Name is not defined for the colors list items and screen reader does not announce the tooltip information for the list items.
Observation:
While navigating, screen reader is announcing as 1 of 18 instead of its tooltip information.
While navigating with all screen reader (NARRATOR, JAWS, NVDA)
When NARRATOR focus lands on "1st list item", NARRATOR screen reader is announcing as "1 of 18".
When NVDA focus lands on "1st list item", NVDA screen reader is announcing as "list items 1 of 18".
When JAWS focus lands on "1st list item", JAWS screen reader is announcing as "Colors list 1 of 18".

Expected Result:

Name should be defined, and screen reader should announce the "Tooltip" information for the "colors list items" present under "Change color" control.
Ex: When screen reader focus lands on "1 list item then it should announce it as "Clear color 1 of 18".

@azaslonov
Copy link
Member Author

Fixed in 0.1.540.

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

No branches or pull requests

1 participant