Bug #88203
closedRTE CKEditor removes spaces between formatted words
0%
Description
When a formatted word (bold, italic, ...) follows another formatted word, the space in between is removed in the frontend. The space should not be removed.
Tested on TYPO3 9.5.4 and 9.5.5.
See example screenshots
Files
Updated by Riccardo De Contardi over 5 years ago
- Status changed from New to Needs Feedback
Is that a problem of the RTE itself, or is this behavior coming from the <f:spaceless>
viewhelper on the EXT:fluid_styled_content/Resources/Private/Layouts/Default.html ?
Could you check it?
Updated by Christian Buelter over 5 years ago
Is that a problem of the RTE itself, or is this behavior coming from the
<f:spaceless>
viewhelper on the EXT:fluid_styled_content/Resources/Private/Layouts/Default.html ?
You're right. Removing the <f:spaceless> viewhelper in that Layout solves the problem.
Updated by Riccardo De Contardi over 5 years ago
- Related to Bug #86862: Using <f:spaceless> in layout for rendering any fluid_styled_content element causes valid RTE content to be be destroyed. added
Updated by Riccardo De Contardi over 5 years ago
- Status changed from Needs Feedback to Closed
I close your issue in favor of #86862 that already has a patch attached; I added a relation with this issue to keep track of it.
If you think that this is the wrong decision please reopen it or ping me. Thank you.