Project

General

Profile

Actions

Bug #93437

closed

Epic #95236: Backend UI layout issues

Can not interact with preview of website, after resizeing window on "View Page" route

Added by Roman Zberg about 3 years ago. Updated over 1 year ago.

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()

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Task #87704: Migrate TYPO3/CMS/Viewpage/Main to TypeScriptClosedFrank Nägler2019-02-13

Actions
Actions

Also available in: Atom PDF