Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] Internet Explorer #26005

Closed
brianteeman opened this issue Aug 24, 2019 · 2 comments
Closed

[4.0] Internet Explorer #26005

brianteeman opened this issue Aug 24, 2019 · 2 comments

Comments

@brianteeman
Copy link
Contributor

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

@brianteeman
Copy link
Contributor Author

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;
}
';

brianteeman added a commit to brianteeman/joomla-cms that referenced this issue Feb 8, 2020
Faster login
Solves stutter bug joomla#25904
Solves internet explorer bug joomla#26005
richard67 pushed a commit that referenced this issue Feb 9, 2020
Faster login
Solves stutter bug #25904
Solves internet explorer bug #26005
@brianteeman
Copy link
Contributor Author

Closed see #27879

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants