Problem/Motivation
It would be beneficial if the editor is foucsed again after inserting a shy break. Right now the focus is outside the editor and one need to click back in the editor to continue writing.
The CKEditor4 plugin does something like that I suppose: https://git.drupalcode.org/project/shy/-/blob/e6c658b5a20d2969250fa820c6...
Steps to reproduce
Add a shy break and note that you are outside of editor and cannot immediately continue writing in editor.
Proposed resolution
Do it like "How to focus the editor?"
Remaining tasks
- Create patch
- Review
User interface changes
editor gets focused after inserting shy break
API changes
na
Data model changes
na
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | focus_the_editor_after_inserting_shy_break-3409019-002.patch | 506 bytes | stefan.korn |
Comments
Comment #2
stefan.kornComment #3
i-trokhanenkoWorks well for me. Thanks!
Comment #5
i-trokhanenko