Bug #78943
closedText & Image CE wrong image/Text connex
0%
Description
At the "Text & Image" content element at the image alignment the icons for left and right are in the wrong order.
Text says (corretly) Beside Text, Right but the icon shows the image on the left side.
Files
Updated by Gerrit Code Review almost 8 years ago
- Status changed from New 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/50928
Updated by Nicole Cordes almost 8 years ago
- Status changed from Under Review to Needs Feedback
- Assignee set to Nicole Cordes
Hi Kurt,
This seems to be an issue within the bootstrap_package which is fixed already (https://github.com/benjaminkott/bootstrap_package/issues/352). Can you please verify that you are using the bootstrap_package and everything works when this extension is deactivated.
Updated by Kurt Ludikovsky almost 8 years ago
- File _Screen_Shot_2016-12-12_105126.jpg _Screen_Shot_2016-12-12_105126.jpg added
- File Typo3 Image Position.mpg Typo3 Image Position.mpg added
- File CE.pdf CE.pdf added
- File _Screen_Shot_2016-12-12_120506.jpg _Screen_Shot_2016-12-12_120506.jpg added
Hi Nicole,
I am using the bootstrap package, but not for this element. This is a basic element.
As you can see in the attached image this is a basic 'textpic' content element.
The littel video demonstrates the wrong behaviour.
The tt_content record also shows that this is a textpic rec.
And finally I assume that the resulting code reveals the core as the root (se last image)
Updated by Kurt Ludikovsky almost 8 years ago
I'll revise my assumptions.
ext/bootstrap_package/Configuration/TCA/Overrides/tt_content.php:
has the following statement
['LLL:EXT:frontend/Resources/Private/Language/locallang_ttc.xlf:imageorient.I.9', 25, 'content-beside-text-img-left'],
whereby imageorient.I.9
is defined as
<trans-unit id="imageorient.I.9">
<source>Beside Text, Right</source>
in
frontend/Resources/Private/Language/locallang_ttc.xlf
Opend a new issue at boostrap_package (https://github.com/benjaminkott/bootstrap_package/issues/405)
Updated by Nicole Cordes almost 8 years ago
- Status changed from Needs Feedback to Closed
Hi Kurt,
Thanks for your confirmation. This is not related to the TYPO3 core but the bootstrap_package. As mentioned this problem is fixed already but not released yet.