XenForo
Administrative
- Thread starter
- Admin
- #1
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:
Read more
ادامه مطلب...
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
ادامه مطلب...