J4 Issue ?
avatar franz-wohlkoenig
franz-wohlkoenig
20 Aug 2018

What needs to be fixed

"Article Info" like Author-Name, Language, etc. need align right:

screen shot 2018-08-20 at 09 36 28

url. http://wohlkoenig-4.joomla.com/index.php/fa/

System information

  • Nightly Build 4.0.0-alpha5-dev
  • Multilingual Sample Data (French, German DE, Persian)
  • Template: Cassiopeia
  • macOS Sierra, 10.13.6
  • Firefox 61 (64-bit)

CloudAccess.net

  • PHP 7.1.15
  • MySQLi 5.7.18-cll-lve
avatar franz-wohlkoenig franz-wohlkoenig - open - 20 Aug 2018
avatar joomla-cms-bot joomla-cms-bot - change - 20 Aug 2018
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 20 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 20 Aug 2018
Status New Discussion
avatar franz-wohlkoenig franz-wohlkoenig - change - 20 Aug 2018
Category Layout RTL Templates (site)
avatar infograf768
infograf768 - comment - 20 Aug 2018

Easy to correct. Will do. Let's the other RTL PR merged first

Code to correct is

dd {

    margin-bottom: .5rem;
    margin-right: 0; // instead of margin-left

}
avatar brianteeman
brianteeman - comment - 20 Aug 2018

Best to check/correct all the ****-left etc all in one go

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 20 Aug 2018

Something like that as Example:

screen shot 2018-08-20 at 09 46 54

url: http://wohlkoenig-4.joomla.com/index.php/fa/component/users/reset?Itemid=101 Please click on blue Button to get Error-Notice.
screen shot 2018-08-20 at 09 54 53

avatar infograf768
infograf768 - comment - 20 Aug 2018

It is right impossible to correct all in one go without knowing specific issues.
Regrouping all these issues in one would be helpful (with screenshots)
EDIT: with also specific urls to see the issue.
Then I can work on it.

avatar brianteeman
brianteeman - comment - 20 Aug 2018

So use this issue to record them all - and if there any other open issues they can be closed and copied here

avatar franz-wohlkoenig franz-wohlkoenig - change - 20 Aug 2018
Title
[4.0] RTL: Align "Article Info" on right
[4.0] RTL: Align Informations correct
avatar franz-wohlkoenig franz-wohlkoenig - edited - 20 Aug 2018
avatar brianteeman brianteeman - change - 20 Aug 2018
Labels Added: J4 Issue
avatar brianteeman brianteeman - labeled - 20 Aug 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 20 Aug 2018
The description was changed
avatar franz-wohlkoenig franz-wohlkoenig - edited - 20 Aug 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 20 Aug 2018

with also specific urls to see the issue.

@infograf768 done so far.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 20 Aug 2018

Click on Login Form-Botton without filled User- and Password-Values:

screen shot 2018-08-20 at 09 57 49

url: http://wohlkoenig-4.joomla.com/index.php/fa/component/users/login?Itemid=101

avatar infograf768
infograf768 - comment - 20 Aug 2018

That one looks fine. What do you think it should be?
(Looks to me we have an issue with the display of Joomla.alert when the alert is too long. Will look into this specifically but may require js)

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 20 Aug 2018

Blue marked Text need right aligned below "x" as same as in LTR-Languages or here (second Sentence):

44327115-0c987800-a45e-11e8-91ce-c90eab32dc5d

avatar infograf768
infograf768 - comment - 20 Aug 2018

Afterthought:
the issue is with the Close button. It should be aligned left to solve the issue.
We have the same issue in back-end. Looking into it.

avatar infograf768
infograf768 - comment - 20 Aug 2018

Yeah, that was it. ?

screen shot 2018-08-20 at 10 29 51

avatar infograf768
infograf768 - comment - 20 Aug 2018

Just to remember for the alert

joomla-alert .joomla-alert--close, joomla-alert .joomla-alert-button--close {

    float: left;  // instead of right
    color: #000;
    background: 0 0;
    border: 0;
    opacity: .5;

}

joomla-alert .joomla-alert--close, joomla-alert .joomla-alert-button--close {

position: relative;
top: -.5rem;
left: -1.5rem; // instead of right
padding: .2rem 1rem;
color: inherit;

}

avatar infograf768
infograf768 - comment - 21 Aug 2018

ALSO:
Cassiopea logo/description
should be

.container-header .navbar-brand {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-left: auto; // instead of margin-right
    font-size: 2rem;
    color: #fefefe;
}
avatar brianteeman
brianteeman - comment - 13 Dec 2019

As far as I can tell this has been resolved elsewhere and can be closed. If there are other RTL issues then they should be opened in a new issue

avatar alikon alikon - change - 13 Dec 2019
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2019-12-13 14:33:34
Closed_By alikon
avatar joomla-cms-bot joomla-cms-bot - change - 13 Dec 2019
Closed_By alikon joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 13 Dec 2019
avatar joomla-cms-bot
joomla-cms-bot - comment - 13 Dec 2019

Set to "closed" on behalf of @alikon by The JTracker Application at issues.joomla.org/joomla-cms/21750

avatar infograf768
infograf768 - comment - 14 Dec 2019

Some aspects are solved, but NOT the display of the article info in Cassiopea as well as the logo description which should align right.

Screen Shot 2019-12-14 at 09 04 09

Will make patch.

avatar infograf768
infograf768 - comment - 14 Dec 2019

Please test #27266

Add a Comment

Login with GitHub to post a comment