Bug #100780
closed
Install tool opens without backend frame after login from backend
Added by Simon Schaufelberger over 1 year ago.
Updated 5 months ago.
Category:
Backend User Interface
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:
- Login into the backend
- Click on any module that opens the install tool. The modal window where you have to login again should appear
- Login into the install tool
- 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
- Description updated (diff)
- Status changed from New to Needs Feedback
unable to confirm. browser caches?
Mhh, I can reproduce it over and over again in both browsers with cleared caches.
- 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).
- Related to Task #94246: Reorganize sudo mode handling added
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").
- Related to Bug #101288: sudo-mode opens module contents without backend frame when used in non-Sec-Fetch-Dest context added
- Has duplicate Bug #101225: Module bar is not visible after getting logged in to the Admin Tools added
- Status changed from Accepted to Needs Feedback
IMHO this is fixed now, right?
- Status changed from Needs Feedback to Closed
yes, this issue is solved even though i don't know which commit.
Also available in: Atom
PDF