Project

General

Profile

Actions

Bug #100780

open

Install tool opens without backend frame after login from backend

Added by Simon Schaufelberger 12 months ago. Updated 12 months ago.

Status:
Accepted
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2023-04-29
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The install tool opens in a standalone view without the normal backend frame after logging in in the install tool modal layer. This occurs on Firefox 105 and Edge 112

Steps to reproduce:

  1. Login into the backend
  2. Click on any module that opens the install tool. The modal window where you have to login again should appear
  3. Login into the install tool
  4. The backend frame disappears and the install tool will be opened standalone with this url: http://typo3.test/typo3/install.php?install%5Bcontroller%5D=maintenance&install%5Bcontext%5D=backend

Related issues 3 (0 open3 closed)

Related to TYPO3 Core - Task #94246: Reorganize sudo mode handlingResolved2020-11-16

Actions
Related to TYPO3 Core - Bug #101288: sudo-mode opens module contents without backend frame when used in non-Sec-Fetch-Dest contextResolvedBenjamin Franzke2023-07-07

Actions
Has duplicate TYPO3 Core - Bug #101225: Module bar is not visible after getting logged in to the Admin ToolsClosed2023-07-03

Actions
Actions #1

Updated by Simon Schaufelberger 12 months ago

  • Description updated (diff)
Actions #2

Updated by Christian Kuhn 12 months ago

  • Status changed from New to Needs Feedback

unable to confirm. browser caches?

Actions #3

Updated by Simon Schaufelberger 12 months ago

Mhh, I can reproduce it over and over again in both browsers with cleared caches.

Actions #4

Updated by Oliver Hader 12 months ago

  • Status changed from Needs Feedback to Accepted

Confirmed. It's independent of the client, but related to using http:// instead of https://.
The sudo mode verification redirects the top frame to the actual URL, somehow ES modules @typo3/backend/module/iframe or @typo3/backend/module/router cannot handle http:// schemes (https seems to be working).

Actions #5

Updated by Oliver Hader 12 months ago

  • Related to Task #94246: Reorganize sudo mode handling added
Actions #6

Updated by Oliver Hader 12 months ago

Calling those URLs directly in a browser (sudo mode granted already)

Thus, this problem existed in TYPO3 v11 already, sudo modo just made is visible by redirecting the top frame - the install tool is a special case in terms of backend routing and browser history management (aka "backend deep linking").

Actions #7

Updated by Wittkiel Gruppe 10 months ago

  • Related to Bug #101288: sudo-mode opens module contents without backend frame when used in non-Sec-Fetch-Dest context added
Actions #8

Updated by Jasmina Ließmann 10 months ago

  • Has duplicate Bug #101225: Module bar is not visible after getting logged in to the Admin Tools added
Actions

Also available in: Atom PDF