Is ERPNEXT support IE8?

Dear Team,

As subject. thanks.

Best Regards,
Yang

We have no way to test but I think IE8 is too old to support anyway (I’d avoid it). Worked on Mobile IE11 though.

IE 8 is supported to the extend our core 3rd party libraries support it:

  • bootstrap 3
  • jquery 2
  • jquery ul
  • slickgrid

jquery 2 doesn’t support IE8 for use, it needs to use jquery v1 if lt IE9.

There are key js keyword be used in frappe(say, export) which will lead to js error. Not sure how to fix it.

JQuery UI is working well, as welll as slickgrid(as it has back-compatibility code, like addeventlistener etc.)