Actions
Bug #78361
closedbug in compressing the css-files again
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2016-10-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Hi,
when I use config.compressCss = 1 there is an error in compressed file. Instead of:
width: calc(100% + 70px);
it generate:
width: calc(100%+70px); without spaces.
Updated by Wouter Wolters about 8 years ago
- Status changed from New to Rejected
Hi, thanks for the report. This issue has been resolved in 7.6 and current 8.x with #62463
Unfortunately this can't be fixed in the 6.2 branch.
The implementation that fixes this issue can lead to nasty segfaults in PHP 5.3 or 5.4
I therefor have to reject this ticket.
Actions