Dawid Kossowski

Results 17 issues of 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...

type:feature

## 📝 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...

type:bug
squad:core
package:style

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...

type:bug
squad:collaboration

Reported: https://ckeditor.zendesk.com/agent/tickets/86784

type:feature
squad:collaboration
support:2

## 📝 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. ### ✔️...

type:bug
package:ui
domain:mobile
status:stale

## 📝 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...

type:bug
domain:mobile
squad:ccx
package:editor-multi-root
status:stale

## 📝 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...

type:feature
package:ui
support:2
squad:collaboration

## 📝 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...

type:docs
package:list
squad:core

## 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...

type:bug