hummingbird-treeview
hummingbird-treeview copied to clipboard
Doesn't work with IE11
No need for more description i guess. Even the demos doesn't work.
IE is not supported. Please use modern versions of Firefox or Chrome.
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.
Thanks. I've fixed that. Fine that is working in IE11. However, IE is not supported, I'm only testing with Firefox and Chrome.