Bug #25083
closedContent rendering: Definition lists inserted in RTE are wrapped in paragraphs
100%
Description
By default, definition lists entered in the RTE are wrapped in paragraph tags when rendered in the frontend. This is not valid HTML.
Currently, the solution is to add something like
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList := addToList(dl, dt, dd)
to the TS setup of the template. However, standard HTML elements should work out of the box.
(issue imported from #M17648)
Files
Updated by Stanislas Rolland over 13 years ago
I would not add the dd element to this list but treat it rather like an external block because it may contain block-level elements.
Updated by Stanislas Rolland over 13 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- TYPO3 Version set to 4.5
Updated by Stanislas Rolland over 13 years ago
- TYPO3 Version changed from 4.5 to 4.4
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change Ia73d01105beeaba59f91dd87754c7528796d4d07 has been pushed to the review server.
It is available at http://review.typo3.org/4181
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I7465c48d53d255985a1638a425020392022ffdb7 has been pushed to the review server.
It is available at http://review.typo3.org/4182
Updated by Mr. Hudson about 13 years ago
Patch set 1 of change I48229b7835a67fc690e810eaf5a54df506fb2add has been pushed to the review server.
It is available at http://review.typo3.org/4184
Updated by Stanislas Rolland about 13 years ago
- Status changed from New to Under Review
Updated by Stanislas Rolland about 13 years ago
- Category changed from RTE (rtehtmlarea + ckeditor) to Content Rendering
- Assignee set to Stanislas Rolland
- Target version set to 1341
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/4181
Updated by Gerrit Code Review almost 13 years ago
Patch set 2 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/4182
Updated by Gerrit Code Review over 12 years ago
Patch set 3 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/4181
Updated by Gerrit Code Review over 12 years ago
Patch set 4 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/4181
Updated by Gerrit Code Review over 12 years ago
Patch set 5 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/4181
Updated by Gerrit Code Review over 12 years ago
Patch set 6 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/4181
Updated by Gerrit Code Review over 12 years ago
Patch set 7 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/4181
Updated by Stanislas Rolland over 12 years ago
- Target version changed from 1341 to 4.5.12
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9077
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9078
Updated by Stanislas Rolland over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 0c10f01ff18e7a5bfae01b6e8ac53f2b5571990d.
Updated by Gerrit Code Review over 12 years ago
- Status changed from Resolved to Under Review
Patch set 1 for branch TYPO3_4-6 has been pushed to the review server.
It is available at http://review.typo3.org/9229
Updated by Gerrit Code Review over 12 years ago
Patch set 1 for branch TYPO3_4-5 has been pushed to the review server.
It is available at http://review.typo3.org/9236
Updated by Wouter Wolters about 12 years ago
Can be closed. The patches were for the backported version of 4.5 and 4.6. AFAIK they will never be released
Updated by Ernesto Baschny about 12 years ago
- Status changed from Under Review to Closed
- TYPO3 Version changed from 4.4 to 4.5
Nevertheless the bugfix was merged in 4.5.12 and 4.6.5. Case closed!