Bug #62559
closedRTE wraps p tags around ul in chrome and opera
100%
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.
Updated by Stanislas Rolland about 10 years ago
- Category changed from Backend User Interface to RTE (rtehtmlarea + ckeditor)
Updated by Gerrit Code Review about 10 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
Updated by Gerrit Code Review about 10 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
Updated by Stanislas Rolland about 10 years ago
- Assignee set to Stanislas Rolland
- Target version set to next-patchlevel
Please test this change: https://review.typo3.org/#/c/33656/
Updated by Stanislas Rolland about 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset cc502d6a0c045acfade91d1d7014eeb61491ce6f.
Updated by Stanislas Rolland about 10 years ago
- Status changed from Resolved to New
Updated by Gerrit Code Review about 10 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
Updated by Gerrit Code Review about 10 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
Updated by Stanislas Rolland about 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset b65517bf0757f688014cb410ae50952fb0e14b4e.
Updated by Gerrit Code Review about 10 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
Updated by Gerrit Code Review about 10 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
Updated by Stanislas Rolland about 10 years ago
- Status changed from Under Review to Resolved
Applied in changeset df600c6927b2b76759098331d10ac9b646105dea.