User tests: Successful: Unsuccessful:
Pull Request for Issue #24491
This PR takes off the btn-group class as it does not bring anything useful and breaks the RTL border-radius settings. Buttons will now be separated and much more readable anyway.
It also adds margins when displaying the Versions Modal in frontend.
Remains to solve a Atum behavior
a float-right in LTR should give a float-left in RTL as it righfully does in Cassiopea
The scss in Cassiopea is correct
.float-right {
float: left !important;
}
But not in Atum.
It looks like
.float-right {
float: left !important;
}
.float-left {
float: right !important;
}
was not added in ATUM template-rtl.scss because of the use of flex-start and flex-end.
As the code for the contenthistory modal does not use searchtools but directly uses float-right and not flex we may have to add these in rtl.
Should be discussed and solved in another PR I guess.
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_content com_contenthistory Front End Templates (site) |
the only languages available are frencg, german and persian at this time
I have tested this item
I tested the patch and it worked as expected.
I compared the article versions modal both in english and persian (thank you Brian). In fact buttons styles were improved.
I have tested this item
I've tested it in Firefox and Chromium, in English and Persian.
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-04-04 12:53:24 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
Hi.
How do you install languages on J4 beta for testing.
I tried to install additional languages but received an error "Unable to find install package"
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28405.