Actions
Bug #94062
closedJavaScript top.goToModule() is overwritten if TYPO3 backend is loaded inside TYPO3 backend module frame
Status:
Closed
Priority:
Should have
Assignee:
Category:
Backend JavaScript
Target version:
-
Start date:
2021-05-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In case the TYPO3 backend is loaded inside the content frame,
which is a result of a programming error, the inner backend
overwrites state of the outer one, making the backend
unusable because references to javascript singletons
are mixed between outer and inner frame.
Updated by Gerrit Code Review over 3 years ago
- Status changed from New to Under Review
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/+/68930
Updated by Benjamin Franzke over 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7442764d3f2ce198e7a2aa257487f24d6e9e4436.
Actions