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

Studio not loading in Internet Explorer 11 #668

Open
amouhoub opened this issue Apr 7, 2019 · 2 comments
Open

Studio not loading in Internet Explorer 11 #668

amouhoub opened this issue Apr 7, 2019 · 2 comments

Comments

@amouhoub
Copy link
Member

amouhoub commented Apr 7, 2019

The studio is not loading anymore in Internet Explorer 11 (see the attached screenshot and the console logs within).

After a quick investigation this is mainly due to the usage of lambdas (=>) functions which are NOT supported in IE11.
Unfortunately there are so many different places in which lambdas have been used and fixing this requires retesting all the impacted functionalities/features.

Capture d’écran 2019-04-06 à 17 38 32

@medou-boushab
Copy link
Member

We might need to use a compiler like Babel, in order to convert the ES6 syntax to ES5.

@amouhoub
Copy link
Member Author

amouhoub commented Jul 8, 2019

@medou-boushab we don't have that much of ES6 in our code... we can go through them manually.
In fact the studio is not compiled when used in ProActive right now. this has been disabled at some point because we started modifying the libraries we use directly in the code instead of having our own forks for them.

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

No branches or pull requests

2 participants