Actions
Bug #78186
closedRTE does not preserve formatting of preformatted content (pre tags)
Status:
Closed
Priority:
Must have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2016-10-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
On Location Sprint
Description
Pasting source code into RTE and formatting it as "preformatted text" throws away the formatting at several stages.
Switching between source-view and wysiwyg mode elimates consecutive spaces, whereas storing to DB kills all line feeds.
Once having correct content in DB, a missing TypoScript configuration for parseFunc fails to treat pre-tags as external blocks.
Updated by Gerrit Code Review about 8 years ago
- Status changed from Accepted to Under Review
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/50112
Updated by Gerrit Code Review about 8 years ago
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/50113
Updated by Anja Leichsenring about 8 years ago
- Sprint Focus set to On Location Sprint
Updated by Markus Klein about 8 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0877cfa1bfa8a5c5fca89d48654d933ce7ad8c6f.
Actions