Filip Tokarski
Filip Tokarski
### Android Swift keyboard 1. Select whole world 2. Change it to the one suggested by keyboard spellchecker Alternatively you can just add a word suggested by autocompletion. ```js Uncaught...
### Android GBoard 1. Type something in empty paragraph 2. Press `enter` at the end of paragraph and type something again Empty paragraphs are created below, but selection is still...
## CHROME ### Steps 1. Select table cells that contain image (or other widget). 2. Press `backspace` or `delete`. ### Expected All content from selected cells gets deleted: https://user-images.githubusercontent.com/34380544/159230988-90e0af7b-5272-4271-b485-9b9bb50ea15f.mp4 ###...
Hi, could you add information on what actually the problem is?
This is weird. Currently I'm not able to reproduce the original scenario on docs (older versions and latest) or locally on `master`. It works fine everywhere (on this branch too)....
I know, I tested it with 6x CPU slowdown. What is your Chrome version?
Actually, I was able to reproduce the same error message in tables on older editor versions, even on `4.14.1`.
Related - https://github.com/ckeditor/ckeditor5/issues/9731
Hi, could you specify what do you exactly mean by user input? Do you mean only typing? In such case you could for example listen on [keydown event](https://ckeditor.com/docs/ckeditor5/latest/api/module_engine_view_document-Document.html#event-event:keydown): ``` editor.editing.view.document.on(...
Hi, thanks for the report. Could you share some more details and steps to reproduce this issue? Does this happen also if you install a fresh app with version 3.0.3?...