Features should focus the editable once executed by a button #338
Labels
resolution:duplicate
This issue is a duplicate of another issue and was merged into it.
type:improvement
This issue reports a possible enhancement of an existing feature.
Once a button or dropdown item is clicked, a feature should focus the editable.
This is how it works in CKEditor 4 – with this difference that in CKE4 the editable is focused by a command, not a button's action. In CKEditor 5 focus should be related to the "UI" part of the feature and command belongs to the engine part.
This should prevent issues such as this one: https://github.com/ckeditor/ckeditor5-editor-classic/issues/27#issuecomment-250154527 and will enable keyboard navigation through the UI.
The text was updated successfully, but these errors were encountered: