Bug #87771
closedNon-breaking space rendered after ul/ol in contenttable cell
100%
Description
If a ul or ol is inserted in a table cell in ckeditor, a non-breaking-space is rendered after the ul/ol in the frontend.
Updated by Patrick Lenk over 5 years ago
Riccardo De Contardi wrote:
Is this the same issue? #83795
Not 100%. And the revert of #83795 is correct.
In this issue the  
is only rendered after the list, if the list is in a contenttable. And i have a different bugfix, but currently problems with pushing to gerrit (i hope the core moves to github soon).
To fix this, i would remove the ifBlank =  
for HTMLtableCells in parseFunc_RTE:
lib.parseFunc_RTE{ externalBlocks{ table{ HTMLtableCells{ default.stdWrap { parseFunc.nonTypoTagStdWrap.encapsLines.innerStdWrap_all.ifBlank = } } } } }
Updated by Gerrit Code Review over 5 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/c/Packages/TYPO3.CMS/+/59784
Updated by Gerrit Code Review over 5 years ago
Patch set 2 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/+/59784
Updated by Gerrit Code Review over 5 years ago
Patch set 3 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/+/59784
Updated by Riccardo De Contardi over 5 years ago
I could possibly be totally wrong, but... putting an
in the table cell seem something that Internet Explorer required in the ol' days because it was not able to put a border on empty cells
Updated by Patrick Lenk over 5 years ago
Riccardo De Contardi wrote:
I could possibly be totally wrong, but... putting an
in the table cell seem something that Internet Explorer required in the ol' days because it was not able to put a border on empty cells
A empty cell still has a non-breaking space with this bugfix.
Updated by Gerrit Code Review over 5 years ago
Patch set 4 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/+/59784
Updated by Gerrit Code Review over 5 years ago
Patch set 5 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/+/59784
Updated by Gerrit Code Review over 5 years ago
Patch set 6 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/+/59784
Updated by Gerrit Code Review over 5 years ago
Patch set 7 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/+/59784
Updated by Gerrit Code Review over 5 years ago
Patch set 8 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/+/59784
Updated by Anonymous over 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset a7d1189c7b44c7533270f62da8c8aa70a86be524.