[wp-trac] [WordPress Trac] #18021: Theme editor textarea direction (RTL) - Arabic

WordPress Trac wp-trac at lists.automattic.com
Thu Jul 7 04:12:36 UTC 2011


#18021: Theme editor textarea direction (RTL) - Arabic
--------------------------+-----------------------------
 Reporter:  rasheed       |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  RTL           |    Version:  3.2
 Severity:  normal        |   Keywords:
--------------------------+-----------------------------
 Hello,

 Please check the attachment.

 Theme editor (and plugin editor) is showing the text from right to left
 while it should be ltr.

 wp-admin/theme-editor.php
 wp-admin/plugin-editor.php

 Currently i have solved the problem by adding "direction: ltr;" to:

 #template textarea {
     background: none repeat scroll 0 0 #F9F9F9;
     direction: ltr;
     font-family: Consolas,Monaco,monospace;
     font-size: 12px;
     outline: medium none;
     width: 97%;
 }

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/18021>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list