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
Accessibility Issue in RichText: Screen reader doesn't announce state of text formatting controls whether its selected or not when accessing it through tab.
#1945
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.
User Experience:
Screen reader dependent users will be impacted as the Selected state is not defined for Style buttons. Due to this, users will not be able to identify the state of the control. This will confuse them.
Actual Result:
Selected state is not defined for Style buttons. i.e. Bold, Italic, Underline.
Note:
Same issue repro if we unselect button, screen reader doesn't announce any information regarding it.
Expected Result:
Selected state should be defined for Style buttons.
Screen reader should announce "selected" information when a button is selected.
Please see attached screenshot where i have selected Underline button but it doesn't announce whether it has been selected or not and also as you can see bold was already selected earlier and when i navigate to it by pressing tab it doesn't announce the selected state of that button which will confuse screen reader users.
The text was updated successfully, but these errors were encountered:
shashankpatel1542
changed the title
Accessibility Issue: Screen reader doesn't announce state of text formatting controls whether its selected or not when accessing it through tab.
Accessibility Issue in RichText: Screen reader doesn't announce state of text formatting controls whether its selected or not when accessing it through tab.
Jan 23, 2025
User Experience:
Screen reader dependent users will be impacted as the Selected state is not defined for Style buttons. Due to this, users will not be able to identify the state of the control. This will confuse them.
Actual Result:
Selected state is not defined for Style buttons. i.e. Bold, Italic, Underline.
Note:
Same issue repro if we unselect button, screen reader doesn't announce any information regarding it.
Expected Result:
Selected state should be defined for Style buttons.
Screen reader should announce "selected" information when a button is selected.
Please see attached screenshot where i have selected Underline button but it doesn't announce whether it has been selected or not and also as you can see bold was already selected earlier and when i navigate to it by pressing tab it doesn't announce the selected state of that button which will confuse screen reader users.
The text was updated successfully, but these errors were encountered: