J4 Issue ?
avatar chmst
chmst
4 Sep 2018

Steps to reproduce the issue

Edit an article and open the Save-Dropdown.

Expected result

The dropdown is in a line with the left border of the save button.
The Dropdown contains the whole text of the options

Actual result

If your language is English, The dropdown seems to be offset to the left side.
If your language is german or another language with longer words, the text overflows the dropdown

screen shot 2018-09-04 at 21 45 04

System information (as much as possible)

Win10,
firefox, edge
Default system settings for fonts and display

Additional comments

avatar chmst chmst - open - 4 Sep 2018
avatar joomla-cms-bot joomla-cms-bot - labeled - 4 Sep 2018
avatar brianteeman brianteeman - change - 4 Sep 2018
Labels Added: J4 Issue
avatar brianteeman brianteeman - labeled - 4 Sep 2018
avatar brianteeman
brianteeman - comment - 4 Sep 2018

Confirmed

avatar franz-wohlkoenig franz-wohlkoenig - change - 5 Sep 2018
Status New Confirmed
avatar chmst
chmst - comment - 5 Sep 2018

A quick solution for the second point would be to shorten the text in the dropdown. But not sure if this helps always.

Speichern
... & Neu
... & Schließen

avatar brianteeman
brianteeman - comment - 5 Sep 2018

That would only resolve it for german and not any other language that has a longer text ;)

avatar chmst
chmst - comment - 5 Sep 2018

For many languages .. but it would be only dealing with symptoms. And not sure what happens with rtl languages.

avatar ggppdk
ggppdk - comment - 5 Sep 2018

That would only resolve it for german and not any other language that has a longer text ;)

yes
plus the text of
3rd party custom buttons will not fit either

we have added override of the default CSS
which also seems to work with RTL

#toolbar .buttons.btn-group > ul.dropdown-menu {
	min-width: 100% !important;
	width: auto !important;
	top: 100% !important;
	left: auto !important;
	transform: unset !important;
}

any better solution is welcome

avatar franz-wohlkoenig franz-wohlkoenig - change - 5 Sep 2018
Status Confirmed Closed
Closed_Date 0000-00-00 00:00:00 2018-09-05 12:21:16
Closed_By franz-wohlkoenig
avatar joomla-cms-bot joomla-cms-bot - change - 5 Sep 2018
Closed_By franz-wohlkoenig joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 5 Sep 2018
avatar joomla-cms-bot
joomla-cms-bot - comment - 5 Sep 2018
avatar franz-wohlkoenig
franz-wohlkoenig - comment - 5 Sep 2018

closed as having Pull Request #22015

Add a Comment

Login with GitHub to post a comment