? ?
avatar brianteeman
brianteeman
24 Aug 2019

Steps to reproduce the issue

Try to load the admin using IE11

Expected result

At a minimum a statement that IE11 is not supported and you need to use a different browser

Actual result

Page with sidebar and an invisible login - see screenshot

image

System information (as much as possible)

Additional comments

avatar brianteeman brianteeman - open - 24 Aug 2019
avatar joomla-cms-bot joomla-cms-bot - change - 24 Aug 2019
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - labeled - 24 Aug 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 24 Aug 2019
Labels Added: ?
avatar franz-wohlkoenig franz-wohlkoenig - labeled - 24 Aug 2019
avatar franz-wohlkoenig franz-wohlkoenig - change - 24 Aug 2019
Status New Discussion
avatar brianteeman
brianteeman - comment - 17 Sep 2019

Turns out that it's a really easy fix to make the login display
Just remove this - of course that does break the fade but maybe its enough info for someone to work with to make a fix

// Opacity must be set before displaying the DOM, so don't move to a CSS file
$css = '
.container-main > * {
opacity: 0;
}
.sidebar-wrapper > * {
opacity: 0;
}
';

avatar brianteeman
brianteeman - comment - 10 Feb 2020

Closed see #27879

avatar brianteeman brianteeman - close - 10 Feb 2020
avatar brianteeman brianteeman - change - 10 Feb 2020
Status Discussion Closed
Closed_Date 0000-00-00 00:00:00 2020-02-10 08:58:10
Closed_By brianteeman

Add a Comment

Login with GitHub to post a comment