innostudio / fileuploader

Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
141 stars 25 forks source link

IE11 not loading editor-view #49

Closed ghost closed 4 years ago

ghost commented 4 years ago

When using IE11 we cannot open the editor view. I can see the loading spinner (which is not spinning due to the lack of support of animated svg: won't solve) but then nothing happens and I can't exit the situation without reloading the page. There are no messages shown in the console. The network inspector shows successful loading of the image (when editing a preloaded file). But we see the same issue after uploading a new image (even on your demo-pages).

I guess some kind of event is not triggered on image load. Please could you have a look into this. We sadly still need to support IE11 and fileuploader is stated to support >IE10.

All other Browsers we have tested are working just fine, including Edge, Chrome, Firefox and Safari.

Thanks in advance.

innostudio commented 4 years ago

@ahlvd thank you for reporting the issue.

The problem was that on IE wasn't triggered onload callback after cloning the node.

The problem was fixed now by forcing the callback. Please update the jquery.fileuploader.min.js.

ghost commented 4 years ago

@innostudio Wow, that was fast. Works now. Thanks!