Project

General

Profile

Actions

Bug #33843

closed

ConcatenateJs and concatenateCss and forceOnTop

Added by Arjen Hoekema about 12 years ago. Updated about 9 years ago.

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


Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Feature #48793: Add javascriptLibs to contatenated javascriptClosed2013-06-03

Actions
Actions #1

Updated by Thomas Deinhamer about 12 years ago

Can confirm this!

Actions #2

Updated by Thomas Deinhamer almost 12 years ago

  • Target version set to 4.6.10

Will this probably get fixed with 4.6.10/4.7.2?

Actions #3

Updated by Steffen Gebert almost 12 years ago

  • Target version deleted (4.6.10)

Do you have a fix for it?

Actions #4

Updated by Wouter Wolters over 9 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)?

Actions #5

Updated by Riccardo De Contardi about 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?

Actions #6

Updated by Mathias Schreiber about 9 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF