You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2019. It is now read-only.
eRegs currently breaks in IE8, 9, and 10 (it's fine in IE11). With some preliminary testing, a significant chunk of this problem rests in our inclusion of prosemirror (which is included for notice and comment). There are a few things we should/can do to fix this:
We currently only run integration tests on Chrome and IE11. Expand this to the browsers we actually want to support
ProseMirror is out of date. Hypothetically updating it would fix an issue with IE10. This may not be relevant if we implement the next point.
We probably want to include the babel-polyfill to account for ES6 features not present in earlier browsers (though we may not be using those features yet).
The text was updated successfully, but these errors were encountered:
eRegs currently breaks in IE8, 9, and 10 (it's fine in IE11). With some preliminary testing, a significant chunk of this problem rests in our inclusion of prosemirror (which is included for notice and comment). There are a few things we should/can do to fix this:
The text was updated successfully, but these errors were encountered: