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 #1

Updated by Roman Zberg about 3 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
Actions #2

Updated by Riccardo De Contardi over 2 years ago

  • Parent task set to #95236
Actions #3

Updated by Oliver Bartsch over 2 years ago

  • Related to Task #87704: Migrate TYPO3/CMS/Viewpage/Main to TypeScript added
Actions #4

Updated by Gerrit Code Review over 2 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

Actions #5

Updated by Oliver Bartsch over 2 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack over 1 year ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF