This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Description
RTL need to be implemented and supported in the editor and it seems that it isn't yet the case
also seems that something is happening and is breaking the color of the color picker if switching to RTL an element
@abennouna analyzed the problem and was able to provide some screenshots and videos. he also notably noticed that setting to RTL will not toggle directly the element but rather include it in a sub-element, content editable is so much fun ;)
<h1 slot="title" contenteditable>
<div style="direction: rtl;">
<span style="font-size: 3em; caret-color: var(--ion-color-primary); color: var(--color); font-family: var(--ion-font-family,inherit);">بنية HTML الأساسية</span>
</div>
</h1>
Screenshots:


Videos:
https://deckdeckgo.slack.com/files/UMUC8C0Q5/FMWAPRCDD/rtl_-_2_issues.mp4