You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to #670, but may be more complex due to expected RTL support in the editor.
🐞 Is this a bug report or feature request? (choose one)
Feature request
💻 Version of CKEditor
1.0.0-alpha.2
📋 Steps to reproduce
It's impossible to use Classic Editor in systems where the input language direction in the editor is different than by the language used by the CMS (e.g. in any systems where the content is translatable).
✅ Expected result
There should be a simple way to instruct Classic Editor to add dir attribute that will apply to the entered content.
❎ Actual result
In case of Inline/Balloon editor this is plain simple as I can set the attributes on the editable element, in case of Classic Editor this is a bit more cumbersome:
This if for full editor but <div dir="rtl">right</div> does not work in ckeditor5 but was working for ckeditor4. Is there any way to support dir="rtl" for only the tags where it is present. @Reinmar@wwalc@oleq@Inviz
@ashishforgrz consider that the implementation of this feature may be different in the CKE5. Take a look at the RTL support and Text part language. If you still want to support rtl via div, you need to enable this attribute in the General HTML support.
Similar to #670, but may be more complex due to expected RTL support in the editor.
🐞 Is this a bug report or feature request? (choose one)
💻 Version of CKEditor
1.0.0-alpha.2
📋 Steps to reproduce
It's impossible to use Classic Editor in systems where the input language direction in the editor is different than by the language used by the CMS (e.g. in any systems where the content is translatable).
✅ Expected result
There should be a simple way to instruct Classic Editor to add
dir
attribute that will apply to the entered content.❎ Actual result
In case of Inline/Balloon editor this is plain simple as I can set the attributes on the editable element, in case of Classic Editor this is a bit more cumbersome:
📃 Other details that might be useful
Note: the inner content of the editor may have nothing to do with the interface language of the editor.
The text was updated successfully, but these errors were encountered: