?
avatar C-Lodder
C-Lodder
18 May 2020

Steps to reproduce the issue

  1. Go to your accessibility settings in the backend
  2. Enable Increase Font Size
  3. Go back to the dashboard and click the Add module to the dashboard button at the bottom.

Actual result

You'll notice a 1px gap below the bottom or the red block and button border

test

avatar C-Lodder C-Lodder - open - 18 May 2020
avatar joomla-cms-bot joomla-cms-bot - change - 18 May 2020
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 18 May 2020
avatar brianteeman
brianteeman - comment - 18 May 2020

I can confirm the problem BUT its not related to the increase font size. The 1px gap is always visible

avatar brianteeman
brianteeman - comment - 18 May 2020

Closer inspection shows that the problem is that the wrong classes are being used here

'footer' => '<button type="button" class="button-cancel btn btn-sm btn-danger" data-dismiss="modal" data-target="#closeBtn"><span class="fas fa-times" aria-hidden="true"></span>'
. Text::_('JLIB_HTML_BEHAVIOR_CLOSE') . '</button>'
. '<button type="button" class="button-save btn btn-sm btn-success hidden" data-target="#saveBtn"><span class="fas fa-copy" aria-hidden="true"></span>'
. Text::_('JSAVE') . '</button>',

avatar ghost
ghost - comment - 23 Sep 2020

Can't confirm:
image

avatar C-Lodder
C-Lodder - comment - 23 Sep 2020

@brianteeman @wilsonge wasn't this fixed a while back?

avatar wilsonge wilsonge - change - 4 Jan 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-01-04 12:10:44
Closed_By wilsonge
avatar wilsonge wilsonge - close - 4 Jan 2021
avatar wilsonge
wilsonge - comment - 4 Jan 2021

Yup

Add a Comment

Login with GitHub to post a comment