ezraroi / ngJsTree

Angular Directive for the famous JS Tree
http://ezraroi.github.io/ngJsTree/
MIT License
270 stars 101 forks source link

events IE10 #97

Open TiBeeChaW opened 7 years ago

TiBeeChaW commented 7 years ago

events doesn't work in IE 10

ezraroi commented 7 years ago

please provide a plunker or something that I can check.. as I know everything should work

TiBeeChaW commented 7 years ago

Hello, here is a plunker where you can test : https://plnkr.co/edit/ZWsWfKpKwbjucAa1Rc7p?p=preview Check in the console, there should be a info log 'ready called' when the tree is ready. Works on chrome, IE edge but not in IE10. Thanks in advance !

TiBeeChaW commented 7 years ago

Here is an other plunker with pure jstree working on IE10 : https://plnkr.co/edit/DYtSSihRKZ0tWLtpbM8I?p=preview

ezraroi commented 7 years ago

Thanks.. will check this

ezraroi commented 7 years ago

Looks like it is related to your jQuery version. try 2.1.1 version, it should work.

ezraroi commented 7 years ago

In the pure jstree you use jquery 3 and this is why it is working

TiBeeChaW commented 7 years ago

I tried with a 2.1.1 and 3.0.0 versions of jquery without success :(

ezraroi commented 7 years ago

strange.. i changed your plunker and it worked... you cann see anyway that the error comes from jquery