Bug #33843
closed
ConcatenateJs and concatenateCss and forceOnTop
Added by Arjen Hoekema almost 13 years ago.
Updated over 9 years ago.
Description
Concatenating JS/CSS files does not respect the "forceOnTop" settings for stylesheets and javascript files.
See: t3lib_Compressor::createMergedJsFile / t3lib_Compressor::createMergedCssFile
- Target version set to 4.6.10
Will this probably get fixed with 4.6.10/4.7.2?
- Target version deleted (
4.6.10)
Do you have a fix for it?
- 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)?
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?
- Status changed from Needs Feedback to Closed
Also available in: Atom
PDF