Bug Editor redirects/opens non-whitelisted images instead of uploading as non-image

There is a bug in this version
X

Xon

Guest
When the Froala editor handles a non-whitelisted image via drag & drop it will redirect to that image instead of uploading it as a non-image. There is no error messages or warnings, just very unexpected behavior.

While "attach files" works as expected.

An example of this is an SVG being dragged onto the editor.

The problem appears to be in the file.min.js plugin:
JavaScript:

Code:
        function D(a) {
            var d = a.originalEvent.dataTransfer;
            if (d && d.files && d.files.length)...

Read more

Continue reading...