? ?
avatar C-Lodder
C-Lodder
16 Aug 2019

Steps to reproduce the issue

  1. Go to administrator/index.php?option=com_config
  2. Click the Text Filters tab

Look at the width of the dropdown boxes:

Screenshot_2019-08-16 Global Configuration - J4 - Administration

avatar C-Lodder C-Lodder - open - 16 Aug 2019
avatar joomla-cms-bot joomla-cms-bot - change - 16 Aug 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 16 Aug 2019
avatar C-Lodder C-Lodder - change - 16 Aug 2019
The description was changed
avatar C-Lodder C-Lodder - edited - 16 Aug 2019
avatar alikon
alikon - comment - 16 Aug 2019

same on permission
Screenshot from 2019-08-16 10-39-24

avatar infograf768
infograf768 - comment - 16 Aug 2019

Fix:
Change $this->formclass = 'form-no-margin options-grid-form options-grid-form-half'; to $this->formclass = 'form-no-margin options-grid-form options-grid-form-full';
in
/administrator/components/com_config/tmpl/application/default_permissions.php
line 18

Same for default_filters.php line 17
$this->formclass = 'options-grid-form options-grid-form-full'; instead of half

avatar infograf768
infograf768 - comment - 16 Aug 2019

Evidently this fix will not work when reducing screen, specially the Permissions one.

avatar alikon
alikon - comment - 16 Aug 2019

even when you use a more large one (permission apart which it seems to be solved on a large screen) lol

avatar franz-wohlkoenig franz-wohlkoenig - change - 16 Aug 2019
Labels Added: ?
avatar franz-wohlkoenig franz-wohlkoenig - labeled - 16 Aug 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 16 Aug 2019
Status New Discussion
avatar infograf768
infograf768 - comment - 16 Aug 2019

I could make a PR with the code above but as it fails for smaller screen sizes, I am reluctant to do so. It seems that this needs much more attention (as the template in general) when we reduce the real estate...

avatar ghazal
ghazal - comment - 17 Aug 2019

Issue confirmed.

avatar brianteeman
brianteeman - comment - 18 Aug 2019

@infograf768 Your fix only addresses the global configuration permissions tab. It doesnt do anything on component configurations. for that you would need to edit administrator\components\com_config\tmpl\component\default.php

avatar infograf768 infograf768 - close - 19 Aug 2019
avatar infograf768
infograf768 - comment - 19 Aug 2019

Closing as we have PR #25934

avatar infograf768 infograf768 - change - 19 Aug 2019
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2019-08-19 09:30:51
Closed_By infograf768

Add a Comment

Login with GitHub to post a comment