Improved support for bi-directional text in the content #2008
Labels
domain:accessibility
This issue reports an accessibility problem.
domain:rtl
This issue reports a problem with support for right-to-left languages.
domain:v4-compatibility
This issue reports a CKEditor 4 feature/option that's missing in CKEditor 5.
package:typing
squad:core
Issue to be handled by the Core team.
support:2
An issue reported by a commercially licensed client.
type:feature
This issue reports a feature request (an idea for a new functionality or a missing option).
Is this a bug report or feature request?
🆕 Feature request
💻 Version of CKEditor
CKEditor v5 @ 12.4.0
📋 Steps to reproduce
There's a Unicode Bidirectional Algorithm which boils down to searching for a first strong directional character and changing the direction of the block, based on that character. Thanks to that algorithm, each block (usually the paragraph) can have its direction (when different than
dir="..."
of the editable), which helps editing mixed content and saving it to the database. It obsoletes the CKEditor 4 BiDi plugin.(extracted from #1151)
If you'd like to see this feature implemented, add 👍 to this post.
The text was updated successfully, but these errors were encountered: