-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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
Confirm that the customizer blocks IE<=9, or fix it so that it does. #13090
Comments
Confirmed that IE9 is properly blocked. |
The error seems to be in less.js's initialization.
|
So basically, there's no IE8 support in customizer.? I remember I had issues when testing stuff, but it was a long time ago. |
Well, right, as the issue title says, we can't support IE8. |
Yeah, it's because of less. So I guess we should explicitly nuke IE 8 too for customizer? |
Well, ideally yes, but because it goes wrong so early, it's a bit harder than the others. |
That should work, yeah. |
Closing in favor of #13626. |
Refs #12773 (comment) & #12617.
The text was updated successfully, but these errors were encountered: