[wp-trac] [WordPress Trac] #19778: Plugin installer Description tab LTR in RTL, rest not

WordPress Trac wp-trac at lists.automattic.com
Sun Jan 8 06:14:49 UTC 2012


#19778: Plugin installer Description tab LTR in RTL, rest not
--------------------------+-----------------
 Reporter:  dd32          |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  3.4
Component:  RTL           |    Version:
 Severity:  normal        |   Keywords:
--------------------------+-----------------
 Mainly a consistency thing here, The Plugin Installer info dialogue
 currently has english-only content due to the return values of the API
 being english.

 As a result (I assume) the RTL styles for the plugin installer
 specifically set the text direction to LTR for the description tab,
 however, other tabs (changelog, other notes, etc) are still rtl'd.

 For now, until we have translation support for the content there, it seems
 best to ltr all the sections?

 Suggested change; current:
 {{{
 #section-description {
   direction: ltr;
 }
 }}}
 to
 {{{
 #plugin-information #section-holder .section {
   direction: ltr;
 }
 }}}

 Upon a second glance, this may cause issues for the translated titles in
 #16580, so we might want to specifically set the h2 to rtl

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


More information about the wp-trac mailing list