[wp-trac] Re: [WordPress Trac] #6384: TinyMCE fixes
WordPress Trac
wp-trac at lists.automattic.com
Thu Mar 27 18:12:20 GMT 2008
#6384: TinyMCE fixes
-----------------------+----------------------------------------------------
Reporter: azaozz | Owner: anonymous
Type: defect | Status: closed
Priority: normal | Milestone: 2.5
Component: TinyMCE | Version: 2.5
Severity: normal | Resolution: fixed
Keywords: has-patch |
-----------------------+----------------------------------------------------
Comment (by mani_monaj):
The phrase
{{{
text-align: left
}}}
inside
{{{
body.mceContentBody
}}}
in /wp-includes/js/tinymce/wordpress.css must be removed because in right
To left mode for TinyMCE, the text must be right-aligned, not left-
aligned.
Another solution can be adding
{{{
style="direction: rtl; text-align:right"
}}}
to <body> tag of TinyMCE inner HTML file instead of current dir="rtl" when
using right to left languages.
--
Ticket URL: <http://trac.wordpress.org/ticket/6384#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list