Bug #27743
closedCMS/BE: text-version of a richtext-field contains tag-fragments
100%
Description
As can be seen in the attached screenshot the text-version (displayed the page-view in BE) contains "fragments" that (imho) don't really belong there.
What is shown is the "first attribute of empty tags". And there is a specialised strip_tags()-version that, according to the phpdoc, was created just for this purpose and that is used only in renderText() for the BE.
The output from for example the page-module of TemplaVoila is as you would expect it - no such "fragments". It leads to irritated backend-users.
The only real "use-cases" for this might be tags like <LINK abc@example.com> where the email-address would be fetched from. However since using richtext becomes more common these days as it was maybe a few years ago I think we should remove this.
PS: Since the same behaviour also exists in 4.5 we maybe should backport it there as well if accepted.
Files
Updated by Mr. Hudson over 13 years ago
Patch set 1 of change If56dbe3682173e0b4144749430cce6b11e99edcf has been pushed to the review server.
It is available at http://review.typo3.org/2952
Updated by Mr. Hudson over 13 years ago
Patch set 2 of change If56dbe3682173e0b4144749430cce6b11e99edcf has been pushed to the review server.
It is available at http://review.typo3.org/2952
Updated by Stefan Neufeind over 13 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Applied in changeset 2738128792cf8d709091039fc0cbcea532a18125.