?
avatar PhilETaylor
PhilETaylor
16 Feb 2021

Steps to reproduce the issue

Install Joomla 4 beta 7 and navigate in admin console to creating a new article

Note the Save & Close button (with clean glasses on...)

Expected result

Screenshot 2021-02-16 at 14 16 50

Actual result

Screenshot 2021-02-16 at 14 14 47

System information (as much as possible)

Safari on Mac

Additional comments

avatar PhilETaylor PhilETaylor - open - 16 Feb 2021
avatar joomla-cms-bot joomla-cms-bot - change - 16 Feb 2021
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Feb 2021
avatar dgrammatiko
dgrammatiko - comment - 16 Feb 2021

@ciar4n could you help here? Basically, this comes probably by this reverse order:

<div id="<?php echo $id; ?>" class="btn-group dropdown-<?php echo $name ?? ''; ?>" role="group" style="flex-direction: row-reverse;">

avatar brianteeman
brianteeman - comment - 16 Feb 2021

iirc i fixed this for rtl
maybe I broke something

avatar ciar4n
ciar4n - comment - 16 Feb 2021

PR created... #32440

Not sure of the reason for the button reversal here... I'll assume its a good one :)

iirc i fixed this for rtl
maybe I broke something

Nope. Looks like this is a result of the Bootstrap version bump

avatar ciar4n ciar4n - change - 16 Feb 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-02-16 21:20:13
Closed_By ciar4n
avatar ciar4n ciar4n - close - 16 Feb 2021
avatar dgrammatiko
dgrammatiko - comment - 16 Feb 2021

I'll assume its a good one :)

it was, had to do with the dropdown logging an error, something weird with the way these buttons are built.
Thanks

avatar dgrammatiko
dgrammatiko - comment - 16 Feb 2021

@ciar4n is it too much to ask to remove also the inline style and place it in the scss?

avatar ciar4n
ciar4n - comment - 16 Feb 2021

Sure... done! ?

Add a Comment

Login with GitHub to post a comment