Opened 9 years ago
Last modified 7 years ago
#14624 confirmed Bug
Applying toolbar buttons should keep focus when pressed
Reported by: | Marek Lewandowski | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Accessibility | Version: | |
Keywords: | Cc: |
Description (last modified by )
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.
And let us make clear, we're talking about changing focus strategy for keyboard-only usage.
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.
Change History (2)
comment:1 Changed 9 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 9 years ago by
Description: | modified (diff) |
---|