Bug #62559
closed
RTE wraps p tags around ul in chrome and opera
Added by Christof Hagedorn about 10 years ago.
Updated about 6 years ago.
Category:
RTE (rtehtmlarea + ckeditor)
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.
- Category changed from Backend User Interface to RTE (rtehtmlarea + ckeditor)
- 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
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
- Assignee set to Stanislas Rolland
- Target version set to next-patchlevel
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
- Status changed from Resolved to New
- 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
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
- Status changed from Under Review to Resolved
- 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
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
- Status changed from Under Review to Resolved
- Status changed from Resolved to Closed
Also available in: Atom
PDF