groupdocs-viewer / GroupDocs.Viewer-for-.NET-WebForms

Moved to https://github.com/groupdocs-viewer/GroupDocs.Viewer-for-.NET/tree/master/Demos/WebForms
https://products.groupdocs.com/viewer/net
MIT License
6 stars 0 forks source link

JS error when running the application in IE 11 #6

Closed usman-aziz closed 5 years ago

usman-aziz commented 5 years ago

This issue was originally raised via forum topic: https://forum.groupdocs.com/t/ie-11-issue/6631/3

The following JS error occurs when running the application in IE11 + Windows 10. Error details: js error

shriharikale commented 5 years ago

We have resolved IE 11 issues, resolutions are as below -

removed default parameter value (+ checked undefined and assigned value) Added CDN ES6 JS libraries to support “promise” function Function arrow (=>) pointers are removed with function. Now its working fine. Please confirm resolution are correct and fine for front end application features

bobkovalex commented 5 years ago

@shriharikale

Thank you for sharing this.

We will investigate your solution and then share our findings. Please stay tuned.