Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Be explicit about lack of IE11 support (or add support?) #125

Open
jhackett1 opened this issue Jun 19, 2018 · 3 comments
Open

Be explicit about lack of IE11 support (or add support?) #125

jhackett1 opened this issue Jun 19, 2018 · 3 comments

Comments

@jhackett1
Copy link

jhackett1 commented Jun 19, 2018

Everything apart from the list of incidents is unavailable when a status page is loaded on Internet Explorer 11.

Looking at the console errors, the use of promises seems to be causing the problem.

Ideally, there should be some kind of progressive enhancement to provide a degraded, but still functional experience for IE users, but failing that, should we be clearer in the docs that IE11 and similar is not supported?

This would be super-useful for enterprise products with a lot of stakeholders who are tied to IE.

@ks888
Copy link
Owner

ks888 commented Jun 20, 2018

Thank you for letting me know. I've just visited the status page via IE11 and noticed it's worse than I think... I'm going to see if I can improve this.

@ks888
Copy link
Owner

ks888 commented Jun 21, 2018

OK, transformation settings using babel were set up correctly, but it turns out polyfill settings are also necessary to support IE11. Fortunately, the polyfill size is not too large (<40KB, not-gzipped case). This commit fixes this issue. I will release the new version within a few days.

However, I noticed the material design icons are not loaded in my IE11 environment. Here is the screenshot:
lambstatus-ie11 1

I took some time to fix this issue, but sadly can't find the workaround.

Please let me know if there are any other issues about IE11.

@ks888 ks888 modified the milestone: v0.6.3 Jun 22, 2018
@ks888
Copy link
Owner

ks888 commented Jun 22, 2018

I've released v0.6.3 which I believe the IE11 is supported (except the icon issue above). Please update your CloudFormation stack or visit the demo page to see if it works.

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

No branches or pull requests

2 participants