Aleksander Nowodzinski
Aleksander Nowodzinski
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/git-commit-message-convention.html)) Feature (core): Enabled toolbar focusing (and cycling) across all editor implementations and features. Closes #10368. Closes [#5146](https://github.com/ckeditor/ckeditor5/issues/5146)**.** Closes #9906. Closes #10025. BREAKING CHANGE (ui):...
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/git-commit-message-convention.html)) Fix (theme-lark,style): Changed the color of the pressed buttons' text (icons) to improve visual contrast between states. Closes #1405. --- ### Additional information
### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/git-commit-message-convention.html)) WIP See #11438.
## 📝 Provide a description of the improvement Check out this scenario, the toolbar configuration includes ``` 'toggleImageCaption', 'toggleTableCaption', ```  They even have the same label....
## 📝 Provide a description of the new feature An epic for revival of #7462 and further work. * Feature branch: [`ck/epic/11438-migrate-to-beforeinput`](https://github.com/ckeditor/ckeditor5/tree/ck/epic/11438-migrate-to-beforeinput) * Draft PR: #11456 ### ToC * #11448...
## 📝 Provide a description of the new feature It would be nice if there was a registry of all available icons in the editor instance (build? constructor?) in the...
## 📝 Provide detailed reproduction steps (if any) 1. Create a link 2. Click it 3. Hover an UI in the link actions view 4. Press ESC ### ✔️ Expected...
## 📝 Provide a description of the new feature Let's add a new format of configuration to `config.toolbar` to make it possible to group toolbar items into drop-downs so that...
## 📝 Provide a description of the improvement The feature uses `flex` instead. This is probably due to the fact that when first implemented there was no browser-wide support for...
ATM the dropdown recognizes the boundaries of the viewport and positions accordingly:   But it does not recognize the `overflow: hidden` ancestors and gets cut off, which is definitely...