Dariusz Jarzębski
Dariusz Jarzębski
## Provide a description of the task The feature should be stable enough to propagate it to e.g. `all-features` manual test etc.
## 📝 Provide a description of the improvement Tables with resized columns are pasted correctly from CKE4 and MS Word, but not from Google Docs. We could improve the plugin...
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/git-commit-message-convention.html)) Fix (ui): Grouped toolbar no longer steals the focus from the editor after executing a button inside it. Closes #12178. Fix (media-embed): Adding a...
## 📝 Provide detailed reproduction steps (if any) 1. Set a param type of `MouseEvent` in API docs. 2. Run `yarn run docs`. 3. See the log. ### ✔️ Expected...
## 📝 Provide detailed reproduction steps (if any) 1. Open full features demo http://localhost:8125/ckeditor5/tests/manual/all-features.html 2. Reduce the width of the editor so that some buttons are grouped. 3. Click a...
## 📝 Provide detailed reproduction steps (if any) 1\. Open the \[manual test with column resizing\](http://localhost:8125/ckeditor5-table/tests/manual/tablecolumnresize.html) at the `ck/epic/11857-table-resize-improvements` branch. 2\. Insert a fresh table. 3\. Insert a nested table...
## 📝 Provide a description of the new feature While table is being resized using the resizers, there is no way to stop/cancel this process. It is a popular solution...
## 📝 Provide a description of the improvement Currently with the table column resize feature one can resize the whole table by resizing the last column. The rest of columns...
## 📝 Provide a description of the improvement Currently, if the editor is turned into read-only mode during the column resize, the resizing is canceled on `mousemove` and `mouseup` events....
## Type of report Feature request ## Provide description of the new feature Currently the editor searches the whole content (or, if `Match cyclic` option is off, from the beginning...