Piotrek Koszuliński
Piotrek Koszuliński
## 📝 Provide detailed reproduction steps (if any) 1. Insert a new table with at least 2 columns. 2. Try resizing any other column than the last one. Expected: This...
## 📝 Provide detailed reproduction steps (if any) 1. Move your mouse over the heading dropdown 2. Wait ~100-300ms 3. Move your mouse away https://github.com/user-attachments/assets/fa2472b6-fcc1-41ef-acb2-9c78d072505e I can't say how long...
Our typical snippet looks like this: ```javascript ClassicEditor .create( document.querySelector( '#editor' ) ) .catch( error => { console.error( error ); } ); ``` I tried to transform it to: ```javascript...
Apparently, shadow DOM has its own selection (like an iframe), so when running in a shadow root, the engine must use that selection. Welcome to hell... --- Add 👍 if...
## 📝 Provide detailed reproduction steps (if any) 1. Open https://ckeditor.com/docs/ckeditor5/latest/features/lists/lists.html 2. Set this content `zzzzsdfsdfsdfsdfsdfsd` 3. Select all 4. Toggle to a to-do list ### ✔️ Expected result Bullet...
## 📝 Provide a description of the improvement The new builder returns these snippets to implement the toggleable sidebars: ```javascript /** * The `AnnotationsSidebarToggler` adds an icon to the right...
This epic stems from #9879. While analyzing how we could improve paste from Word by inlining stylesheets carried in the clipboard, we realized that we need to do more than...
## 📝 Provide a description of the new feature So, in https://github.com/ckeditor/ckeditor5/issues/3287 we're introducing table styling which operates on `float`s. This allows aligning tables but does not allow controlling whether...
## 📝 Provide a description of the improvement https://github.com/user-attachments/assets/df8e9305-9519-4d9d-9c4e-34c95c17add8 Typing over: ``` foo [] foo ``` will behave differently depending on how this content was generated. If it was generated...
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/contributing/git-commit-message-convention.html)) Type: Message. Closes #000. --- ### Additional information _For example – encountered issues, assumptions you had to make, other affected tickets, etc._