Project

General

Profile

Actions

Bug #91812

closed

Loading order of css / js changed in viewhelper be.container

Added by Marcus Schwemer almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2020-07-17
Due date:
% Done:

100%

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

Description

In commit #de6af8b1c186b05fcb69fad653dc869041 the document template was replaced with the module template. (https://github.com/TYPO3/TYPO3.CMS/commit/de6af8b1c186b05fcb69fad653dc86904101d444#diff-1d392567ef98b9430951be82a00fcca8)

This change also led to a change in the loading order of the css files. Prior to this change the custom css files were loaded after the default files from core. Now they are loaded before the core css files.

Reason:

The document template added the core css files in the constructor. Afterwards the custom css files were added. Now the core css files are add in the last method call $moduleTemplate->renderContent() (EXT:fluid/Classes/ViewHelpers/Be/ContainerViewHelper.php).

Impact:

If you are overriding core css classes, these changes are not taken into account any more.

Actions

Also available in: Atom PDF