Bug #88649
closedJS error in Internet Explorer 11 in list module
100%
Description
In TYPO3 9.5.8 and Internet Explorer 11 an editor is not able to edit records via list module because of an javascript error ("T3_THIS_LOCATION" ist undefiniert). This happens e.g. with pages or news records.
It works with TYPO3 9.5.7.
It works with TYPO3 9.5.8 and as admin user.
It works with TYPO3 9.5.8 and with any browser except ie11.
Updated by Jonas Eberle over 5 years ago
I can reproduce.
T3_THIS_LOCATION is undefined when handling
onclick="window.location.href='\/typo3\/index.php?route=%2Frecord%2Fedit\u0026token=6681e87bb1ba995af539b57dfa7ce4161a9b6087\u0026edit[be_users]1=edit\u0026returnUrl='+T3_THIS_LOCATION; return false;"
(On master it is not even possible to log in with IE11 so no worries to fix it there)
Updated by Andreas Kienast over 5 years ago
- Related to Bug #88532: New Content Element wizard broken added
Updated by Gerrit Code Review over 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61409
Updated by Gerrit Code Review over 5 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61409
Updated by Gerrit Code Review over 5 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61409
Updated by Gerrit Code Review over 5 years ago
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/+/61367
Updated by Andreas Fernandez over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 11a789714a8968dd953c1ee35266d352099b0a42.
Updated by Benni Mack almost 5 years ago
- Status changed from Resolved to Closed