-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.2
-
MOODLE_402_STABLE
When in LTR mode, and selecting some text, and clicking the RTL button, a DIR=RTL attribute is added to the text (P element surrounding the text)
When clicking the LTR button, the DIR attribute is removed (probably because the UI is in LTR, and Tiny does not think it is necessary anymore)
Same goes in RTL mode (only DIR=LTR can be added inline to the P surrounding the text)
This is not a desirable behaviour, since we have mixed languages texts and we need the directionality to be inlined over different parts of the text, without considering the current UI.
Clicking the LTR or RTL button, should directly add inline DIR attribute to the selected text, or remove/override previous attribute.
Also, there is a missing default inline directionality when the editor is initiated, as used to be in ATTO, which is a major regression. MDL-45227
- Discovered while testing
-
MDLQA-17582 CLONE - RTL site smoke test
- Passed
-
MDLQA-19058 CLONE - RTL site smoke test
- Passed
- links to