-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
CMS broken in IE11 #695
Comments
@erquhart Are you able to check into this as well, or are you not on Windows? |
Take a look at this solution babel/babel-preset-env#203 (comment) It may be a better option for the babel setup. I will test it out also when I get a chance. |
This will be much easier to implement after #702 can be done. |
After much discussion in Gitter, dropping IE11 support seems the proper path forward. Reasons, in order of importance:
Lastly, and perhaps most tellingly, the CMS seems to have always been broken in IE11, and no one has reported it. Documentation should be added about this decision with the PR for dropping support. |
Where are you reading that stat on IE11? I'm seeing 11.99%, much higher than 4% |
Just another note on this: the CMS has been broken in IE11 only since 0.3.1, released January 19. We might still have IE11 users that haven't upgraded yet (this fits enterprise usage as well). |
@neutyp http://gs.statcounter.com/ All of these stats services are based on whatever data that service has collected, in statcounter's case via their analytics script. It's the most used reference in my experience. What are you using? |
- Do you want to request a feature or report a bug?
bug
- What is the current behavior?
The CMS seems to be broken in IE 11. The error deals with
Symbol
not being a valid type.- If the current behavior is a bug, please provide the steps to reproduce.
- What is the expected behavior?
The CMS should work in IE 11.
- Please mention your CMS, node.js, and operating system version.
master
The text was updated successfully, but these errors were encountered: