Screen Readers don't announce dropdown is collapsed/expanded #4007
Labels
status:confirmed
An issue confirmed by the development team.
support:2
An issue reported by a commercially licensed client.
type:bug
A bug.
Milestone
Type of report
Bug
Provide detailed reproduction steps (if any)
Expected result
Screen Reader should announce that dropdown is collapsed and once Enter is pressed, it should announce the it has been expanded.
Actual result
Except for JAWS which informs about dropdown navigation in its own way, nothing happens.
It looks like the link element of button dropdown is missing the aria-expanded attribute.
Other details
By adding below code in line https://github.com/ckeditor/ckeditor4/blob/major/plugins/richcombo/plugin.js#L382 there is an improvement:
ChromeVox and NVDA - announce list is collapsed/expanded
Narrator - only announced the list is collapsed
JAWS ignores the attribute but announced how to navigate through dropdown in its own way.
The text was updated successfully, but these errors were encountered: