Bug #102572
closedInconsistent br handling in table content element
100%
Description
1. Click "small fields" (first button, top left) to enable big fields
2. Add text in a new line:
3. Save the element
Wrong Another table row is added
Correct Given you press the button "small fields" before save, then a br tag is added:
Files
Updated by Oliver Hader 12 months ago
- Status changed from New to Accepted
- TYPO3 Version changed from 12 to 11
Confirmed. The Lit-Element wizard was introduced with TYPO3 v11
Updated by Oliver Hader 12 months ago
- Related to Task #95036: Move table editor from "FieldControl" to inline added
Updated by Oliver Hader 12 months ago
In TYPO3 v11 (prior to dropping the TableController
in issue #95036), this was stored like this
Title 1|Title 2|Title 3<br />a<br />a Row 1|Row 1|Row 1 Row 2|Row 2|Row 2 Row 3|Row 3|Row 3 Row 4|Row 4|Row 4
It can be solved in JavaScript by converting newlines to <br>
, however actually the renderType=textTable
should also be handled in DataHandler
.
Updated by Gerrit Code Review 12 months ago
- Status changed from Accepted to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82082
Updated by Gerrit Code Review 12 months ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/82022
Updated by Oliver Hader 12 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 7224dc1e5b9ceb2af3ea1386062613ccd152958f.