Bug #88418
closedCType table broken with empty space
100%
Description
How to replicate:
Create a content element table with following structure and leave all other settings with default values
1a | 1b | 1c 2a | 2b | 3a | 3b | 3c
Add an empty space at the end of line 2. (Could easily happen, ie. if you remove the content from that cell, but leave the empty space)
Result:
Table is broken, because the empty space is handled as start of new table cell, but this cell is never closed, thus merging the whole line 3 into that cell.
Possible fix, add following TypoScript:
tt_content.table { dataProcessing { 10 { fieldEnclosure.if.value = 0 fieldEnclosure.if.equals.field = table_enclosure fieldEnclosure.if.negate = 1 } } }
Applies also for 8 LTS
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/61423
Updated by Gerrit Code Review over 5 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/61366
Updated by Michael Blunck over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 87837b5a22239bf0980fb0d9519071da32929ac3.