ucfopen / Obojobo

Next generation course content for your LMS. Easy for beginners, but powerful enough for researchers.
https://ucfopen.github.io/Obojobo-Docs/
GNU Affero General Public License v3.0
70 stars 34 forks source link

Add the necessary APIs to allow Slate to work on IE11 #800

Closed qwertynerd97 closed 5 years ago

qwertynerd97 commented 5 years ago

According to the Slate documentation:

For older browsers, such as IE11, a lot of the now standard native APIs aren't available. Slate's position on this is that it is up to the user to bring polyfills (like https://polyfill.io) when needed for things like el.closest, etc. Otherwise, we'd have to bundle and maintain lots of polyfills that others may not even need in the first place.

We should look into what polyfill libraries are needed to make the Visual Editor work in IE11

zachberry commented 5 years ago

We follow the same browser support as Instructure Canvas (https://community.canvaslms.com/docs/doc-10720) who recently dropped IE11 support - "On August 3, 2019, Internet Explorer 11 will no longer be supported as a Canvas browser"

Closing since we no longer support IE11