Opened 9 years ago
Last modified 7 years ago
#14624 confirmed Bug
Applying toolbar buttons should keep focus when pressed — at Initial Version
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Accessibility | Version: | |
Keywords: | Cc: |
Description
When applying formatting with toolbar buttons using keyboard, the editor takes the focus. It could be frustrating for person that wishes to apply multiple stylings.
Steps to reproduce
- Open any page with CKEditor.
- Focus the editor editable.
- Move the focus to the toolbar using keyboard (
alt + f10
). - Navigate to bold button.
- Press
space
.
Expected:
Focus remains in the toolbar, so that the user can apply further styles.
Actual result
Focus goes into the editor.