Index: theme/standard/rtl.css
===================================================================
--- theme/standard/rtl.css	(revision )
+++ theme/standard/rtl.css	(revision )
@@ -708,4 +708,10 @@
 }
 #calendar .maincalendar .eventlist .event .name {
     float: right;
-}
\ No newline at end of file
+}
+
+/* Align TEXTAREA content to the left, when HTMLAREA Editor switches to HTML Mode */
+.form-textarea {
+direction:ltr;
+text-align:left;
+}
\ No newline at end of file
