Kacper Tomporowski
Kacper Tomporowski
## 📝 Provide detailed reproduction steps (if any) 1. Go to http://localhost:8081/ckeditor5/34.2.0/examples/builds/balloon-block-editor.html. 2. Focus the editor. 3. Open the block toolbar with a mouse click. 4. Close the block toolbar...
## 📝 Provide detailed reproduction steps (if any) 1. Open the sample with GHS configured to allow all + HTML comments. 2. Open the source editing and use the following...
## 📝 Provide detailed reproduction steps (if any) 1. Go to [https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html](https://ckeditor.com/docs/ckeditor5/latest/examples/builds/classic-editor.html). 2. Set the content with the table: [https://gist.github.com/Mgsy/e72dd372ca99025249228af6ee55c548](https://gist.github.com/Mgsy/e72dd372ca99025249228af6ee55c548) 3. Downgrade the CPU performance 6x (Dev tools -> Performance)....
## Steps to reproduce 1. Enable some manual decorators in your editor. 2. Add the following styles to the component's style file: ```css :host ::ng-deep .ck-button__toggle { border-radius: calc(var(--ck-border-radius)*3.5) !important;...
## 📝 Provide detailed reproduction steps (if any) 1. Open a sample with GHS + enable all + [`addTargetToExternalLinks`](https://ckeditor.com/docs/ckeditor5/latest/api/module_link_link-LinkConfig.html#member-addTargetToExternalLinks) configuration. 2. Insert a link with the `rel` attribute, e.g. `editor.setData('Foo')`....
## 📝 Provide detailed reproduction steps (if any) **Edit: 15.09.2022** 1. Go to https://ckeditor.com/docs/ckeditor5/latest/examples/builds/document-editor.html. 1. Create a non-collapsed selection at the beginning of the editable. 1. Open the headings dropdown....
## 📝 Provide detailed reproduction steps (if any) 1. Enable Document lists, Document list properties, Indent block and Paste from Office. 2. Paste the content from the example - [Lorem...
## 📝 Provide a description of the improvement The split button arrow for lists is missing a proper `aria-label` attribute, e.g. `Numbered List Options`. --- If you'd like to see...
## 📝 Provide a description of the improvement Currently, our buttons for the list styles don't use the `aria-pressed` attribute, depending on the button state. It should be added to...
## 📝 Provide a description of the improvement The special characters form heading is represented as a ``. To improve the accessibility we should consider changing it to a proper...