Project

General

Profile

Actions

Bug #26141

closed

RTE removes empty paragraphs before header

Added by Bastian Heer about 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2011-04-20
Due date:
% Done:

0%

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

Description

HTMLArea Version: 2.1.6

If I save my RTE with this html Structur:

<p></p>
<p></p>
<h1>Header</h1>

One p-tag were removed:

<p></p>
<h1>Header</h1>

When I save a second time, the other one were also removed.
And so on...

removeTrailingBR isset false. But that doesn't help at all.


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #36904: RTE: Empty paragraphs are not correctly transformedClosedStanislas Rolland2012-05-07

Actions
Actions

Also available in: Atom PDF