Actions
Bug #104302
openError "Cannot read properties of undefined (reading 'contentWindow')" when changing language after "Open in new window"
Status:
New
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
-
Start date:
2024-07-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
12
PHP Version:
8.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello,
the language switch is broken when the editors opens a record in a new browser tab. When trying to change the language the JS error is thrown:
ContentContainer.js:13 Uncaught TypeError: Cannot read properties of undefined (reading 'contentWindow') at a.get (ContentContainer.js:13:477) at Object.handleFormChildNavigateAction (GlobalEventHandler.js:13:1703) at Object.handleChangeEvent (GlobalEventHandler.js:13:777) at HTMLDocument.<anonymous> (RegularEvent.js:13:364)
I doesn't matter if you open it by pressing CMD+Click on the edit record link or clicking "Open in new window" in the detail view:
The view is not navigating to the record translation of the selected language:
Goal:
As an editor I want to navigate to a translation of the current record.
Best regards
Files
Updated by Daniel Hettler 6 months ago
- Related to Bug #66481: ContextHelp.js:37 Uncaught TypeError: Cannot read property 'moduleUrl' added
Actions