? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
2 May 2020

On a page that is pretty empty the sidebar does not extend the full height of the screen. This is because there is a missing space in the height calculation

min-height: calc(100vh -69px);

That is invalid because the browser thinks its an invalid property value

image

This pr puts the space back and then the browser can do the calculation

(Maybe this is browser dependent but it definitely is reproducible on chrome for windows)

before

image

after

image

avatar brianteeman brianteeman - open - 2 May 2020
avatar brianteeman brianteeman - change - 2 May 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 2 May 2020
Category Administration Templates (admin)
avatar richard67
richard67 - comment - 2 May 2020

I have tested this item successfully on b61c6ba

I can't reproduce the issue because both Firefox 75.0 64 bit for Windows and Chrome 81.0 64 bit for Windows add the missing space here.

But it's clear the space is missing, see e.g. here: https://developer.mozilla.org/en-US/docs/Web/CSS/calc#Expressions.

So from me a good test by code review.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/28908.

avatar richard67 richard67 - test_item - 2 May 2020 - Tested successfully
avatar wilsonge wilsonge - change - 2 May 2020
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2020-05-02 16:59:53
Closed_By wilsonge
Labels Added: ?
avatar wilsonge wilsonge - close - 2 May 2020
avatar wilsonge wilsonge - merge - 2 May 2020
avatar wilsonge
wilsonge - comment - 2 May 2020

Merged on review. Thanks!

avatar brianteeman
brianteeman - comment - 2 May 2020

thanks

Add a Comment

Login with GitHub to post a comment