Dawid Kossowski
Dawid Kossowski
### **Suggested merge commit message (**[**convention**](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/git-commit-message-convention.html)**)** Other (engine): The functionality of the `insertContent` method has been extended by handling markers. Closes #12467. --- ### **Additional information** This improvement has been...
## 📝 Provide a description of the new feature Currently, there is no way to check errors encountered by customers. It could be possible to add some kind of middleware...
## 📝 Provide detailed reproduction steps (if any) 1. Open an editor with tables and styles dropdown (e.g. from styles manual tests). 2. Create a table. 3. Select the whole...
In `StrictMode` or in situations where the application quickly rerenders, the next editor instance is rerendered or attempts to rerender before the previous instance is destroyed, especially when the editor...
Reported: https://ckeditor.zendesk.com/agent/tickets/86784
## 📝 Provide detailed reproduction steps (if any) 1. Open any demo from docs. 2. Add an image. 3. Focus on the image. 4. Scroll down and up. ### ✔️...
## 📝 Provide detailed reproduction steps (if any) 1. Open the multiroot editor example from docs. 2. Add any long content. 3. Scroll down and up. ### ✔️ Expected result...
## 📝 Provide a description of the new feature For now, we use menu components as a part of the menu bar. However, they are incompatible with the rest of...
## 📝 Provide a description of requested docs changes I noticed two issues in the [multi-level lists docs demo](https://ckeditor.com/docs/ckeditor5/latest/features/lists/multi-level-lists.html#demo): 1. There is no tooltip to indicate this functionality. 2. The...
## Description When using an editor that doesn't have the `sourceElement` property, the `MathType` plugin throws an error during the destroy process. We utilize various versions of editors, such as...