Actions
Bug #86871
closedAdminPanel doesn't work in Microsoft IE11
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
AdminPanel
Target version:
-
Start date:
2018-11-06
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:
Description
Problem¶
The AdminPanel javascript file uses a method Array.from which is not supported by IE11. The AdminPanel doesn't open any module and is therefore not usable at all.
Another occurencies of Array.from¶
- EXT:adminpanel/Resources/Public/JavaScript/Modules/Cache.js
Possible solution¶
Polyfill the method
- by using core-js
- or maybe with the help of https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Array/from#Polyfill
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63546
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63546
Updated by Andreas Fernandez over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 51a78b6b0b41ad61fa5bb3dcddf9e7c23cbf5dc7.
Actions