jqGrid icon indicating copy to clipboard operation
jqGrid copied to clipboard

Newest version gives error in Internet Explorer 11

Open jchonc opened this issue 4 years ago • 4 comments

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!

jchonc avatar Mar 10 '21 16:03 jchonc

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 avatar Mar 11 '21 09:03 tonytomov

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.

tonytomov avatar Apr 05 '21 15:04 tonytomov

Thanks. Looking forward to it.

jchonc avatar Apr 05 '21 18:04 jchonc

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.

tonytomov avatar Apr 21 '21 19:04 tonytomov