Project

General

Profile

Actions

Bug #22210

closed

RTE transformation removes empty paragraphs before a header

Added by Konrad Schiertz about 14 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Miscellaneous
Target version:
Start date:
2010-03-01
Due date:
% Done:

0%

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

Description

Strange effect:
If i set removeTrailingBR = 1 every time on saving one empty paragraph bevor a header tag will be removed.

1. Step:
<p> </p>
<p> </p>
<p> </p>
<h1>Example</h1>

2. Saving one time
<p> </p>
<p> </p>
<h1>Example</h1>

3. Saving the second time
<p> </p>
<h1>Example</h1>

and so on.

TYPO3 4.3.2
htmlarea 1.8.8
typical mode
(issue imported from #M13696)


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