hummingbird-dev / hummingbird-treeview

A powerful and fast jQuery treeview plugin
MIT License
62 stars 23 forks source link

Doesn't work with IE11 #19

Open sharathdaniel opened 4 years ago

sharathdaniel commented 4 years ago

No need for more description i guess. Even the demos doesn't work.

hummingbird-dev commented 4 years ago

IE is not supported. Please use modern versions of Firefox or Chrome.

simonwilsher commented 3 years ago

A trailing comma in the function call on line 300 is causing it to break in IE11:

$.fn.hummingbird.ThreeStateLogic($(this),doubleMode,allVariables,options.checkDoubles,checkDisabled,);

Remove the comma and it works in IE11.

hummingbird-dev commented 3 years ago

Thanks. I've fixed that. Fine that is working in IE11. However, IE is not supported, I'm only testing with Firefox and Chrome.