Hello team,
I tried running filemanager 7.2 pro on IE11,it is not working.
Can you tell me the reason?
Thank you
Hello team,
I tried running filemanager 7.2 pro on IE11,it is not working.
Can you tell me the reason?
Thank you
I also tried samples available on site, they are working on IE11 but they are including v7.3 of webix.js, if it is supporting 7.3 why it is not supporting 7.2?
please reply!
hello, sorry ,it is working on snippet…I think I have some issues in my project!
Hello @Prarthana,
Unfortunately, I am not able to repeat your issue, and was able to make the File Manager work under IE11 locally. Could you please provide an error stack trace (console error messages) you’re getting?
@Dzmitry hi, its was issue with classes and as classes are part of ES6 ,IE11 was not supporting. And even in snippent classes are not working(obviously)
I just check snippet on IE without classes so it is working.
I had used classes for customization in ui, but now I have conveted it to use in IE…and it is working.
But now I am not using classes ,can you please tell me how to get original UI?
In classes I was using super.config() method to get UI.
how to get original ui in my case?
https://snippet.webix.com/2dv24fyb
Thank you
please reply
Can you please provide solution to work classes on IE11?
If I ovverride config of filemanager.views.list I am not getting original ui may be it is replacing. How to add custom table in list view without using classes?
I also replaced code of classes to function using Babel but how to give this function to filemanager.
‘ovveride’ is not useful in IE11.
suggest some solution for customization of view in IE11 ,as I can’t use classes.
thank you
@Prarthana
write your code using es6 as usual.
when preparing production version use Babel to convert es6 to es5.
yeh…I too think this is the last option if we want to use classes and work on IE11.Will try.Thank you @intregal