Project

General

Profile

Actions

Bug #25365

closed

FE rendering of RTE content deletes some empty lines

Added by Anonymous over 13 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Content Rendering
Target version:
-
Start date:
2011-03-21
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

When entering an "empty" line in the RTE it's displayed correctly and after saving the content is still displayed correctly but in the FE the Line disappears.

This moslty happens when having two lists.

The code in the HTML view looks like this:

<ul>
<li>Point 1</li>
</ul>
<p> </p>
<ul>
<li>Point 2</li>
</ul>

In the FE output, the code looks like this:

<ul>
<li>Point 1</li>
</ul>
<ul>
<li>Point 2</li>
</ul>

(issue imported from #M17998)

Actions #1

Updated by Stanislas Rolland over 13 years ago

  • Category set to RTE (rtehtmlarea + ckeditor)
  • Target version deleted (0)
  • TYPO3 Version set to 4.5
Actions #2

Updated by Stanislas Rolland almost 13 years ago

  • Category changed from RTE (rtehtmlarea + ckeditor) to Content Rendering

If the blank lines are correctly handled and preserved in the RTE, than the issue is in frontend rendering.

Actions #3

Updated by Stanislas Rolland almost 13 years ago

  • Subject changed from RTE Deletes "empty lines" to FE rendering of RTE content deletes some empty lines
Actions #4

Updated by Tizian Schmidlin almost 12 years ago

Is there any chance this will ever be fixed in the TYPO3 core?

Actions #5

Updated by Thorsten Kahler almost 12 years ago

  • Status changed from New to Needs Feedback
  • Assignee set to Anonymous

Can't reproduce the issue with latest core (6.1-dev).

Actions #6

Updated by Tizian Schmidlin almost 12 years ago

Thank you for your feedback.

I'll test this asap and post the update.

Actions #7

Updated by Jigal van Hemert over 11 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions

Also available in: Atom PDF