1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
@bender-tags: 4.19.1, 5144, bug, button
@bender-ui: collapsed
**Note** This test is intended for screen reader.
1. Select some text in the editor.
1. Move focus to the first button in the editor's toolbar.
**Expected** Screen reader announces the button and optionally informs it's collapsed.
1. Apply color or language to the selected text.
1. Move the focus back to the button.
**Expected** Screen reader announces the button and optionally informs it's collapsed.
**Unexpected** Screen reader announces the button as expanded.
1. Repeat it for the other button.
## Sample screen reader outputs
### VoiceOver on macOS
* "<button name>, menu pop-up collapsed, button"
### NVDA
* "<button name>, button, collapsed, submenu"
### JAWS
* "<button name>, button menu"
|