[wp-trac] [WordPress Trac] #19060: admin CSS: .code, code should have direction:ltr (for rtl installations)

WordPress Trac wp-trac at lists.automattic.com
Wed Oct 26 15:45:23 UTC 2011


#19060: admin CSS: .code, code should have direction:ltr (for rtl installations)
--------------------------+-------------------------------------
 Reporter:  panuy         |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  RTL           |    Version:  3.2.1
 Severity:  normal        |   Keywords:  has-patch needs-testing
--------------------------+-------------------------------------
 selectors .code, code indicate code, which is 100% of the times english
 text that must be aligned to the left, and have left-to-right
 directionality.

 if the administration panel is in RTL mode, the code textboxes are
 reversed, and it is nearly impossible to edit them.

 the suggested code will not affect LTR installations.

 suggested fix at wp-admin-rtl.dev.css file:

 .code, code {
    direction: ltr;
    (...)
 }

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


More information about the wp-trac mailing list