hummingbird-treeview icon indicating copy to clipboard operation
hummingbird-treeview copied to clipboard

Doesn't work with IE11

Open sharathdaniel opened this issue 4 years ago • 3 comments

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

sharathdaniel avatar Aug 10 '20 11:08 sharathdaniel

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

hummingbird-dev avatar Aug 14 '20 08:08 hummingbird-dev

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.

simonwilsher avatar Sep 26 '20 09:09 simonwilsher

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

hummingbird-dev avatar Sep 27 '20 07:09 hummingbird-dev