18F / atf-eregs

Container and styles for an ATF eRegs instance
https://regulations.atf.gov/
Other
9 stars 20 forks source link

Fixing IE8, 9, 10 support #485

Open cmc333333 opened 6 years ago

cmc333333 commented 6 years ago

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:

cmc333333 commented 6 years ago

Collectively, IE8, 9, and 10 make up less than 1 percent of the DOJ's audience. While https://github.com/eregs/regulations-site/tree/485-split-nc-js fixes IE10, let's hold off until we have integration tests for these browsers.