Szymon Cofalik
Szymon Cofalik
## 📝 Provide detailed reproduction steps (if any) https://github.com/user-attachments/assets/1f461809-3fbc-4fd6-bdab-5eade6a97a78 After clicking the "category" button like "Image", or "Text", the first item inside gets focused and stays focused. Earlier we decided...
## 📝 Provide a description of the improvement Right now, the value for `config.sanitizeHtml` is defined both in merge fields and HTML embed features. It should be unified and defined...
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/contributing/git-commit-message-convention.html)) Feature (ui): Introduced nested menu component for dropdowns. Closes: #6399 --- ### Additional information _For example – encountered issues, assumptions you had to make,...
## 📝 Provide detailed reproduction steps (if any) `UpcastDispatcher#_updateConversionResult()` is a function that it used during upcast conversion. It is used to make sure that the converted model nodes are...
## 📝 Provide a description of the improvement Currently, there's no nice way to provide a callback that would be fired before a change is being applied on the model....
## 📝 Provide a description of the improvement Plugins are instantiated (`constructor()`) and inited (`init()`) in the order that is derived from the plugins dependencies and order from `config.plugins`. However,...
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/contributing/git-commit-message-convention.html)) Tests: Introduce automated manual test sample for performance testing. --- ### Additional information _For example – encountered issues, assumptions you had to make, other...
## 📝 Provide a description of the improvement When dialog is opened in the model mode, it is still possible to scroll the page "behind it". I think this is...
## Is this a bug report or feature request? (choose one) 🆕 Feature request ## ✅ Expected result Recently, we got asked about a feature that would show whitespace characters,...
## 📝 Provide a description of the improvement Title feature is incorrectly written as it uses an artificial model element to enforce some behavior/schema rules. The feature breaks the editor...