Bug #35370
closedTable Wizard adds "<br />" to last cell of each row
100%
Description
When opening a Table in the wizzard, the rows are exploded by LF.
If you have entered the table configuration manually, then it's pretty likely that each row ends with CRLF.
This results in having a New Line (caused by the "CR") at the end of the last cell of every row, witch is transformed into a <br /> during saving since there, LFs as well as CRs are replaced.
Files
Updated by Christoph Buchli over 12 years ago
- File 35370.diff 35370.diff added
The attached Patch solves the issue by replacing each CRLF with a LF before exploding the bodytext by LF.
Updated by Georg Ringer over 12 years ago
- Subject changed from Table Wizzard adds "<br />" to last cell of each row to Table Wizard adds "<br />" to last cell of each row
Updated by Wouter Wolters almost 10 years ago
- Status changed from New to Needs Feedback
- Is Regression set to No
Hi,
as this issue is very old. Is this feature missing in newer versions of TYPO3 CMS (6.2.9)?
Updated by Riccardo De Contardi almost 10 years ago
The problem seems solved in TYPO3 CMS 6.2.9;
I've performed this test using Chrome on Windows 7:
1. create a new TABLE element
2. Inside textarea I added some lines typing them manually like
prova|prova|prova|prova
And after each line I hit CR to begin a new line.
Result: no <br> in the last cell
Even adding new empty lines, like:
prova|prova|prova|prova test|test|test|test test|test|test|test test|test|test|test
Adds a row of cells with as cell content
Updated by Wouter Wolters almost 10 years ago
- Status changed from Needs Feedback to Closed
Thanks for the feedback. Closed.