Marta Motyczynska

Results 9 issues of Marta Motyczynska

### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/git-commit-message-convention.html)) Feature (ui): Introduced a common helper to handle grid keyboard navigation. Closes #11851. Fix (font): Fixed focus order for color grid in font color...

### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/git-commit-message-convention.html)) Fix (table): Add keyboard support for insert table dropdown. Closes [#3176](https://github.com/ckeditor/ckeditor5/issues/3176). --- ### Additional information _For example – encountered issues, assumptions you had to...

### Suggested merge commit message ([convention](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/git-commit-message-convention.html)) Fix (special-characters): Add keyboard support for Special Characters. Closes [#9037](https://github.com/ckeditor/ckeditor5/issues/9037). --- ### Additional information https://user-images.githubusercontent.com/95343030/183960326-f5d10b2c-8130-4696-a1b1-0aecdbeaca83.mp4

## Provide a description of the task There should be a proper navigation with keyboard for styles dropdown. There are two grids - switching between them should be possible with...

type:task

## 📝 Provide detailed reproduction steps (if any) 1. Open [full-featured editor](https://ckeditor.com/docs/ckeditor5/latest/examples/builds-custom/full-featured-editor.html). 2. Navigate to Font size/Font family button using keyboard. 3. Open the dropdown and navigate down/up using arrow...

type:bug
domain:accessibility
squad:green

## 📝 Provide detailed reproduction steps (if any) 1. Open editor with Insert Image feature, e.g. https://ckeditor.com/docs/ckeditor5/30.0.0/features/images/image-upload/images-inserting.html 2. Navigate to toolbar with keyboard (alt/opt + F10) 3. Navigate to Insert...

type:bug
package:image
domain:accessibility

## 📝 Provide detailed reproduction steps (if any) 1. Open [Chat with mentions](https://ckeditor.com/docs/ckeditor5/latest/examples/framework/chat-with-mentions.html) example. 2. Type `#` (or `@`) and select any tag from the list. 3. Add a space...

type:bug
browser:android
package:mention
domain:typing/ime
squad:core

## 📝 Provide detailed reproduction steps (if any) 1. Prepare a manual test containing Show blocks, Code block and rtl language. 2. In the editor: add code block and enable...

type:bug
package:code-block
package:show-blocks
status:stale

## Provide a description of the task After [adding `tabindex` to the dropdown panel view](https://github.com/ckeditor/ckeditor5/pull/14670), some of the dropdowns may now have unnecessary `tabindex` set as well. One example is...

type:task
package:ui
squad:core