Actions
Bug #93437
closedEpic #95236: Backend UI layout issues
Can not interact with preview of website, after resizeing window on "View Page" route
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend JavaScript
Target version:
Start date:
2021-02-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.4
Tags:
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
Problem:
After resizing the preview window on the "View Page" route in the TYPO3 backend, you can't interact with the previewed website anymore.
Steps to reproduce:
Open TYPO3 Backend => View => choose a random page => change size of window to "Custom" => resize window with mouse
Solution:
in /typo3/sysext/viewpage/Resources/Public/JavaScript/Main.js
change:
i.default("#viewpage-iframe-cover").remove(), this.persistCurrentPreset(), this.persistCustomPreset()
to:
i.default("#this-iframe-cover").remove(), this.persistCurrentPreset(), this.persistCustomPreset()
Updated by Roman Zberg almost 4 years ago
- Subject changed from Can not interact with preview of website, after resizeing window, on "View Page" route to Can not interact with preview of website, after resizeing window on "View Page" route
Updated by Oliver Bartsch about 3 years ago
- Related to Task #87704: Migrate TYPO3/CMS/Viewpage/Main to TypeScript added
Updated by Gerrit Code Review about 3 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/+/71609
Updated by Oliver Bartsch about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 6912e75c7f20688d22b4bb6c2a93e40ecb3a5222.
Actions