Filip Tokarski

Results 39 comments of Filip Tokarski

Hi, thanks for the report. Seems like related/duplicate of https://github.com/ckeditor/ckeditor5-react/issues/219. Please check https://github.com/ckeditor/ckeditor5-react/issues/225 for more information on this topic.

Maybe adding [ButtonView](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_button_buttonview-ButtonView.html) to your custom template will help? Also, did you check [UI library docs](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/architecture/ui-library.html) and [guides for custom plugin](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/plugins/simple-plugin/abbreviation-plugin-level-1.html) (especially part two, as it shows how to create...

Hi, did you try [General HTML Support plugin](https://ckeditor.com/docs/ckeditor5/latest/features/general-html-support.html)?

After using insert image the focus is still on the toolbar button: https://user-images.githubusercontent.com/34380544/182858478-e69f766b-3e1e-41f0-9534-b4da333f6e12.mov I'd expect it to be on the image, as the selection is already there. (However this also...

The selection is fine but it's not possible to close the expanded toolbar when using lists split button (I'm not sure whether this PoC should address this as well but...

Thanks, you're right 👍 I'll leave the one with inserting image, as it looks a bit different because the focus is still in the toolbar.

I checked it and as you described - with autosave there is no problem with selecting the cells.

Hi, I checked it and had zero errors when running classic editor build with React according to the guide. It seems that the error does not come from the CKEditor...

### Android Gboard 1. Place caret at the end of a heading 2. Type ```js Uncaught CKEditorError: model-nodelist-offset-out-of-bounds {"offset":19,"nodeList":[{"data":"Lists in the table"}]} Read more: https://ckeditor.com/docs/ckeditor5/latest/framework/guides/support/error-codes.html#error-model-nodelist-offset-out-of-bounds at NodeList.offsetToIndex (nodelist.js:161:1) at Element.offsetToIndex...