Make WordPress Core

Opened 15 years ago

Closed 14 years ago

Last modified 12 years ago

#19778 closed defect (bug) (fixed)

Plugin installer Description tab LTR in RTL, rest not

Reported by: dd32 Owned by: nacin
Priority: normal Milestone: 3.4
Component: RTL Version:
Severity: normal Keywords: rtl-feedback
Cc: Focuses:

Description

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

Change History (4)

#1 @SergeyBiryukov
15 years ago

  • Keywords rtl-feedback added

#2 @dd32
15 years ago

originally added in #8047

#3 @nacin
14 years ago

  • Owner set to nacin
  • Resolutionfixed
  • Status newclosed

In [20617]:

Force the plugin details to be LTR for all screens. props dd32. fixes #19778.

#4 @ocean90
12 years ago

In 29623:

RTL: Fix modal alignments.

  • Prevent horizontal scrollbars in Chrome.
  • URL fields should be always LTR.
  • Force the plugin details to be LTR for all screens, see #19778.

fixes #29352.

Note: See TracTickets for help on using tickets.