tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

Newest version gives error in Internet Explorer 11 #978

Open jchonc opened 3 years ago

jchonc commented 3 years ago

While trying 5.5.4 on IE11 we got several errors, caused by function parameter with default values. (i.e. setGridWidth or resizeGrid)

Has the support for IE11 been dropped? Or we are suppose to run it through Babel ourselves?

Thanks!

tonytomov commented 3 years ago

Hello,

Not officially published, but yes we plan to drop support for IE11 and step by step migrate to JavaScript ES6 which was introduced in 2015

tonytomov commented 3 years ago

Hello, We think we can distribute a compiled version compatible with ie11 in our package using Babel. I will let you know when we prepare this.

Thank you.

jchonc commented 3 years ago

Thanks. Looking forward to it.

tonytomov commented 3 years ago

We are back to IE11 support. We refuse to use Babel because there is a problem with the parameters of the functions when they are called in a certain way by jqGrid. This will be available in the upcoming 5.5.5 release.