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 #1

Updated by Stanislas Rolland over 9 years ago

  • Category changed from Backend User Interface to RTE (rtehtmlarea + ckeditor)
Actions #2

Updated by Gerrit Code Review over 9 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33655

Actions #3

Updated by Gerrit Code Review over 9 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33656

Actions #4

Updated by Stanislas Rolland over 9 years ago

  • Assignee set to Stanislas Rolland
  • Target version set to next-patchlevel

Please test this change: https://review.typo3.org/#/c/33656/

Actions #5

Updated by Stanislas Rolland over 9 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Stanislas Rolland over 9 years ago

  • Status changed from Resolved to New
Actions #7

Updated by Gerrit Code Review over 9 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33772

Actions #8

Updated by Gerrit Code Review over 9 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33772

Actions #9

Updated by Stanislas Rolland over 9 years ago

  • Status changed from Under Review to Resolved
Actions #10

Updated by Gerrit Code Review over 9 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33773

Actions #11

Updated by Gerrit Code Review over 9 years ago

Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/33773

Actions #12

Updated by Stanislas Rolland over 9 years ago

  • Status changed from Under Review to Resolved
Actions #13

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF