Project

General

Profile

Actions

Bug #60891

closed

Image titletext in the content element is not considered

Added by Hugo no-lastname-given almost 10 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2014-08-11
Due date:
% Done:

0%

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

Description

when I want to set the metadata titletext of an image directly in the content element (image or text with image), the text is not considered in frontend.

The content element is an old content element from typo3 4.x. It was migrated to FAL with update to 6.0. But has still listings in tt_content -> titleText. On Version 6.0 and 6.1 there is no problem, the information comes from sys_file_reference. Since update to 6.2 I cannot change the titletext. Frontend always shows the titletext from table tt_content, not the reference from table sys_file_reference. When I change titletext in tt_content directly in database the frontend change too. But changing sys_file_reference directly in Database or normaly with backend has no effect in Frontend.

With other data like description/imagecaption I have no problems only with tiltetext.

I hope this is understandable.

Actions #1

Updated by Markus Klein almost 10 years ago

  • Status changed from New to Needs Feedback

Hi!

Which version of the css_styled_content static template are you using?
Do you have the [FE][activateContentAdapter] setting on or off?

Actions #2

Updated by Hugo no-lastname-given almost 10 years ago

Hi

css_styled_content 6.2
[FE][activateContentAdapter] off

I now tested with [FE][activateContentAdapter] on. There is no problem.
But problem with [FE][activateContentAdapter] off is only with titletext, not with altText and not with description/imagecaption

Actions #3

Updated by Markus Klein almost 10 years ago

It is not intended to use the old fields without the content adapter.

Is this now solved for you or not?

Actions #4

Updated by Hugo no-lastname-given almost 10 years ago

No it is not.

I don't want to use the old fields in tt_content. I want to use the new fields in sys_file_reference.

When I change the fields in content element, my infos are all saved correctly in the records in sys_file_reference (titletext too). But then frontend shows the fields from sys_file_reference for altText and description, but not for titletext. Titletext comes from tt_content, not from sys_file_reference. I think this is not correct. This should come from sys_file_reference. The old fields in tt_content should be ignored

Actions #5

Updated by Markus Klein almost 10 years ago

Ah ok, got you now.

This is really weird, as the TS for retrieving the altText and the titleText is identical.
Do you have any other TS that might interfere with css_styled_content. In particular tt_content.image or tt_content.textpic?

Actions #6

Updated by Hugo no-lastname-given almost 10 years ago

there is only tt_content.image.20.1 {titleText.override.htmlSpecialChars = 0}
But the problem is the same, when I delete this entry.

Actions #7

Updated by Alexander Opitz over 9 years ago

Hi, did you find the root of this issue?

Actions #8

Updated by Markus Klein about 9 years ago

  • Status changed from Needs Feedback to Closed

No feedback within 90 days, closing this issue.

Actions

Also available in: Atom PDF