Project

General

Profile

Actions

Bug #67430

closed

RTE added empty p tags if nested lists are used

Added by Patrick Lenk almost 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2015-06-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

RTE added empty p tags if tested lists are used.
The empty p tags are not visible in the RTE, only in frontend.

Source with nested list (default TS):


<ul>
<p class="bodytext"></p>
<li>Point 1</li>
<li>Point 2</li>
<li>Point 3 with sub
<p></p>
<ul>
<li>Sub 1</li>
<li>Sub 2</li>
</ul>
<p class="bodytext"></p>
</li>
<p></p>
</ul>

Source without nested list (default TS):


<ul>
<li>Point 1</li>
<li>Point 2</li>
<li>Point 4</li>
<li>Point 5</li>
<li>Point 6</li>
</ul>

Actions #1

Updated by Riccardo De Contardi almost 9 years ago

  • Status changed from New to Closed

I close this because this is a duplicate of #65948 and #65234 so please, continue the discussion there.

If you think that this is the wrong decision, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.

Actions

Also available in: Atom PDF