ckeditor5-engine
ckeditor5-engine copied to clipboard
CKEditor 5 editing engine.
### Suggested merge commit message ([convention](https://github.com/ckeditor/ckeditor5-design/wiki/Git-commit-message-convention)) Other: The placeholder will not be shown for widgets. Closes ckeditor/ckeditor5#1684. --- ### Additional information @oleq: I've update the PR so the widgets (checked...
There are a lot of open issues so I am not sure what issues if any this would close, but here is what I've got: Chrome Always fires focus before...
Fix: Rendering is suspended during composition. Closes ckeditor/ckeditor5#3742. --- ### Additional information The fix introduces `CompositionObserver` which listens to native composition events. If composition is in progress the `renderer` will...