Project

General

Profile

Actions

Bug #22633

closed

Install Tool skin is sometimes wrong

Added by Lars Houmark almost 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
Start date:
2010-05-11
Due date:
% Done:

0%

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

Description

The Install Tool in 4.4 can run in two skin modes. One for being loaded in the backend (light) and one for being loaded as "standalone" (dark).

Currently, if you load the standalone version first and then login to the backend and load the Install Tool from there, it will use the design skin of the standalone (dark).

The detection is currently session based and does only happen on the initial load. As soon as the session is created there will be no more checks for which environment the Install Tool is running in.

Solution:

Switch to a JS only approach that checks if the current document location is the same as the top location, meaning, is the document loaded in a frame or not. If it is not loaded in a frame, the body gets a class="standalone" added which equals to the re-factored CSS.
(issue imported from #M14365)


Files

14365.diff (10.3 KB) 14365.diff Administrator Admin, 2010-05-11 20:11

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #22423: Install tool refactoringClosedPatrick Broens2010-04-11

Actions
Actions #1

Updated by Steffen Kamper almost 14 years ago

committed to trunk rev 7587

Actions

Also available in: Atom PDF