Ticket #19778 (closed defect (bug): fixed)

Opened 5 months ago

Last modified 4 weeks ago

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:

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

  • Keywords rtl-feedback added

originally added in #8047

  • Owner set to nacin
  • Status changed from new to closed
  • Resolution set to fixed

In [20617]:

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

Note: See TracTickets for help on using tickets.