Project

General

Profile

Actions

Bug #58420

closed

IMAGE param stdWrap-function not working

Added by Arno Dudek almost 10 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2014-05-02
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

I'm using following TS for adding some classes to the IMAGE CE:

tt_content.image.20.1.params.append = COA
tt_content.image.20.1.params.append {
…
}

This also don't work:

params = 
params.append = COA
params.append {
…
}

It works only if `params` set before:

params = style="" 
params.append = COA
params.append {
…
}

In previous version this worked with `params = `.

Thanks!


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #53220: Responsive image rendering - remove unnecessary whitespaces in html tagsClosed2013-10-30

Actions
Actions #1

Updated by Markus Klein almost 10 years ago

  • Status changed from New to Accepted
  • Is Regression changed from No to Yes

This is a regression to #53220.

Actions #2

Updated by Gerrit Code Review almost 10 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29796

Actions #3

Updated by Gerrit Code Review almost 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29796

Actions #4

Updated by Gerrit Code Review almost 10 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29796

Actions #5

Updated by Gerrit Code Review almost 10 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29796

Actions #6

Updated by Gerrit Code Review almost 10 years ago

Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/29796

Actions #7

Updated by Oliver Hader almost 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF