Project

General

Profile

Actions

Bug #62559

closed

RTE wraps p tags around ul in chrome and opera

Added by Christof Hagedorn over 9 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
Start date:
2014-10-30
Due date:
% Done:

100%

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

Description

Reproduce:

Insert Text
Hitting Enter
Insert second text
change element to bullet point list by hitting the icon
change to html view to check

i would expect:

<p>first line</p>
<ul><li>second line</li></ul>

RTE shows:
<p>first line</p>
<p><ul><li>second line</li></ul></p>

After Saving there will be
<p> </p>
before and after the ul

In Firefox it works fine.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #59559: White space before list in RTE after savingClosedStanislas Rolland2014-06-13

Actions
Related to TYPO3 Core - Bug #62695: RTE keeps inserting empty P tag before ULs on first saveClosedStanislas Rolland2014-11-04

Actions
Actions

Also available in: Atom PDF