Aleksander Nowodzinski

Results 47 issues of 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', ``` ![2022-08-03 13 00 43](https://user-images.githubusercontent.com/1099479/182592737-7172b08b-3519-4e2f-a23e-4edb485a5f38.gif) They even have the same label....

type:improvement
package:image
package:table
squad:core

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

type:feature
package:engine
package:typing
domain:ime
Epic
squad:core
status:in-progress

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

type:feature
package:ui
domain:dx

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

type:bug
intro
package:link
package:ui
type:regression
status:planned

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

type:feature
package:ui
domain:ui/ux
domain:dx
squad:green
status:in-progress

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

type:improvement
intro
package:table

ATM the dropdown recognizes the boundaries of the viewport and positions accordingly: ![image](https://user-images.githubusercontent.com/1099479/60428953-4b5c9a00-9bfa-11e9-9b10-825f78bbb5aa.png) ![image](https://user-images.githubusercontent.com/1099479/60428960-51527b00-9bfa-11e9-9716-e0b5637b227e.png) But it does not recognize the `overflow: hidden` ancestors and gets cut off, which is definitely...

type:bug
package:ui
support:2