Actions
Bug #88547
closedDragUploader.js SyntaxError IE11
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2019-06-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Internet Explorer, Javascript, Draguploader, Syntax
Complexity:
easy
Is Regression:
Sprint Focus:
Description
Hey there,
since Version 8.7.25, we get this Error in IE11.
SCRIPT1002: Syntaxfehler Datei: DragUploader.js, Zeile: 340, Spalte 13
It only occurs in IE11, but works in Chrome and Firefox.
It affects the editors so that they can no longer use Drag'n'Drop in the File List module.
removing the trailing comma in line 339 solved the issue for us.
please update the code to help our editors ;)
Thanks in Advance
Actions