[wp-trac] [WordPress Trac] #13070: Add RTL/LTR button to html editor

WordPress Trac wp-trac at lists.automattic.com
Sat Feb 11 21:00:15 UTC 2012


#13070: Add RTL/LTR button to html editor
---------------------------+-----------------------
 Reporter:  yoavf          |       Owner:  yoavf
     Type:  enhancement    |      Status:  assigned
 Priority:  normal         |   Milestone:  3.4
Component:  Editor         |     Version:
 Severity:  normal         |  Resolution:
 Keywords:  has-patch rtl  |
---------------------------+-----------------------

Comment (by azaozz):

 The patch looks good. Wondering if we can use something like:

 {{{
 document.getElementsByTagName('html')[0].dir
 }}}

 to determine the initial text direction, instead of relying on the global
 isRtl being set (it's set only in the admin).

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/13070#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list