j.swiderski
j.swiderski
## Type of report Feature request ## Provide description of the new feature ZIP: [simplebox4.zip](https://github.com/ckeditor/ckeditor4/files/4040498/simplebox4.zip) The attached plugin is a modified version of a simplebox widget from our [tutorial](https://ckeditor.com/docs/ckeditor4/latest/guide/widget_sdk_tutorial_2.html). The...
## Type of report Bug ## Provide detailed reproduction steps (if any) 1. Write a sentence inside the MS Word file. 2. Use a Strong style to bold it ...
## 📝 Provide detailed reproduction steps (if any) Based on support ticket np. 75352. Accessibility concern on SVG icons. The svg icons that are used in buttons should have an...
## 📝 Provide a description of the new feature _What is the expected behavior of the proposed feature?_ At the moment DLL builds generate main build (essentials) and separate build...
## 📝 Provide detailed reproduction steps (if any) 1. Go to https://ckeditor.com/docs/ckeditor5/latest/features/general-html-support.html#demo 2. Remove everything except for red box 3. Click inside it and try to leave it using arrows...
## Type of report Bug ## Provide detailed reproduction steps (if any) 1. Open Safai on Mac, focus editor and press `Alt+0` to open A11y dialog. 2. You can see...
## Type of report Feature request ## Provide description of the new feature Currently Div Container plugin uses same styles set file as the Styled Dropdown plugin -https://github.com/ckeditor/ckeditor4/blob/master/plugins/div/dialogs/div.js#L375-L376. There might...
## Are you reporting a feature request or a bug? ## Provide detailed reproduction steps (if any) 1. Use the following configuration: ``` handleChange = (e) => { console.log(e.editor.getData()); this.setState({...
When building with `--mode production` you get `UglifyJs Unexpected token: keyword (const)` because Uglify doesn't support ES6 modules. We had this issue in CKEditor 5 thus we [have switched our...
## 📝 Provide a description of the new feature When creating links from scratch it is only possible to specify Link URL which gets used as a href and link...