Actions
Bug #21999
closedsubstituteMarkerArrayCached corrupts style-informations
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-01-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
in the template I use theare are inline styles used:
<div style="width: 190px;">###marker###</div>
after Passing this to substituteMarkerArrayCached this is given back:
<div style="width: 19">The Content</div>
if I cange to
<div style="width: 191px;">###marker###</div>
everythig is fine.
This behavior is since Typo3 V4.3, not bevore.
(issue imported from #M13312)
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - TYPO3 Version set to 4.3
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Christian Tauscher over 11 years ago
Sorry, cant remeber what Project this was.... 3 Years ago.....
Since V4.3 is not supported any more and nobody else reported this/similar issues I would say:
Close this issue.
Christian.
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
Actions