Actions
Bug #33843
closedConcatenateJs and concatenateCss and forceOnTop
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2012-02-10
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.6
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Concatenating JS/CSS files does not respect the "forceOnTop" settings for stylesheets and javascript files.
See: t3lib_Compressor::createMergedJsFile / t3lib_Compressor::createMergedCssFile
Updated by Thomas Deinhamer over 12 years ago
- Target version set to 4.6.10
Will this probably get fixed with 4.6.10/4.7.2?
Updated by Steffen Gebert over 12 years ago
- Target version deleted (
4.6.10)
Do you have a fix for it?
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Needs Feedback
- Is Regression set to No
Hi,
as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.9)?
Updated by Riccardo De Contardi over 9 years ago
I've done this test with TYPO3 CMS 6.2.10:
I have three files under /fileadmin/temp/:
- base-min.css
- button.min.css
- grid.min.css
TS Setup:
page.includeCSS{ file1 = fileadmin/temp/grids-min.css file2 = fileadmin/temp/base-min.css file2.forceOnTop = 1 file3 = fileadmin/temp/buttons-min.css }
Result on the contatenated file:
- base-min.css
- the default css set by TYPO3 (css styled content)
- css included by the extension jh_magnificpopup
- grid.min.css
- buttons-min.css
Is this sufficient to say this behavior is correct or should I perform different tests?
Updated by Mathias Schreiber over 9 years ago
- Status changed from Needs Feedback to Closed
Actions