Project

General

Profile

Actions

Bug #37265

closed

css_styled_content and imageTextSplit

Added by terf no-lastname-given about 12 years ago. Updated over 10 years ago.

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

0%

Estimated time:
TYPO3 Version:
4.7
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

After upgrading to 4.7 I ran into something which is probably a bug. imageTextSplit did not work properly.

after changing

tt_content.image.20.rendering.globalCaption.allStdWrap.wrap = <div class="csc-textpic-imagewrap"><table>###CAPTION###<tbody> | </tbody></table></div>

which was set from static template css_styled_content to

tt_content.image.20.rendering.globalCaption.allStdWrap.wrap = <div class="csc-textpic-imagewrap"><table>###CAPTION###<tbody><tr><td> | </td></tr></tbody></table></div>

it works again

Actions #1

Updated by Steffen Gebert about 12 years ago

  • Category set to TypoScript
  • Status changed from New to Needs Feedback
  • Priority changed from Must have to Should have
  • Target version deleted (4.7.1)

Thanks for your report!

What's the result? You end up with invalid markup (lacking <tr><td>)?

Would be nice, if you could elaborate a bit more, how to reproduce this issue.

Thanks
Steffen

Actions #2

Updated by terf no-lastname-given almost 12 years ago

Exactly. The Browser renders the caption in an wrong way without this fix, because he doesn't know how to handle the markup. Firefox puts it under the image but not over the whole width of the image. I am not totally sure if this was introduced in 4.7 but the table-based render in 4.6 didn't show this problem.

I used the text with image content element with two images in two columns side by side and one caption line. Because I need the caption under both of the images I had to set tt_content.image.20.imageTextSplit=0.

Actions #3

Updated by Alexander Opitz over 10 years ago

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.1)?

Actions #4

Updated by Markus Klein over 10 years ago

  • Status changed from Needs Feedback to Closed
  • Is Regression set to No

No feedback within the last 90 days => closing this ticket.

If you experience this issue again, please open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF