openedx / wg-frontend

Open edX Frontend Working Group
4 stars 1 forks source link

Retire IE11 Support #3

Closed davidjoy closed 1 year ago

davidjoy commented 3 years ago

While it may sound like maintenance, this is about how IE 11 holds us back from a number of newer technologies in the frontend, newer syntax, HTTP/2, i18n libraries, etc.

Related Jira tickets:

  1. https://openedx.atlassian.net/browse/ENT-4830
  2. https://openedx.atlassian.net/browse/WS-2132
adamstankiewicz commented 3 years ago

The decision has been made 😉 We have officially dropped support for Internet Explorer 11 as of today. Only 0.15% of users in the past 3 months on the B2C side of things (edx.org) used IE 11. In the Enterprise products, only 0.8% of users in the past 3 months used IE 11 (notably on the Enterprise Admin Portal).

The edx.org website implemented a banner with messaging about no longer supporting IE 11 for users viewing the site from that browser:

image

I updated the top-level issue description's task list to account for post-decision follow-ups around removing mentions of IE support from our support portal and documentation, to announce this decision at appropriate venues (e.g., FWG meeting), and to create a Discourse post to inform the community of this decision.

This decision is exciting because is unblocks several tech initiatives, including using CSS variables, simplifying frontend build processes, Bootstrap 5 upgrade, removing now-irrelevant polyfills, etc.

We do not plan to make any changes related to these initiatives prior to the Maple release of Open edX (the cut is tentatively ~ October 16).

arbrandes commented 1 year ago

We're pretty much done, here. :)