ckeditor5
ckeditor5 copied to clipboard
Powerful rich text editor framework with a modular architecture, modern integrations, and features like collaborative editing.
## 📝 Provide a description of the improvement Extracted from https://github.com/ckeditor/ckeditor5/issues/1037 The screen reader should properly announce that the button has a popup, I believe we already have it implemented...
While implementing insert table feature:  I've realized that it has no keyboard support defined. But I'd leave it as a followup to focus first on other missing features from...
This is an epic to list of accessibility issues that we'd like to solve first. The parent ticket covering the entire topic: #11712. ## ToC * Focus in dropdowns: *...
### 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
## 📝 Provide detailed reproduction steps (if any) 1. On latest `ck/epic/3284-table-column-resize` open `tablecolumnresize` manual test 2. Merge two cells so that there is a column resize handler from other...
## 📝 Provide a description of the new feature There is an example of a commit that defines more than a single scope: https://github.com/ckeditor/ckeditor5/commit/7951f79 Currently, the changelog generator sorts scopes...
## 📝 Provide detailed reproduction steps (if any) 1. Given an editor with the DocumentList plugin and SourceEditing plugin enabled. (There is no (default) list plugin enabled) 2. Use SourceEditing...
## Is this a bug report or feature request? (choose one) 🆕 Feature request Create a feature that allows the user to insert an anchor to the document, just like...
### 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...