Bug #22431
closedRich Text Editor can not handele comments
0%
Description
When editing any kind of text, turn of the Rich Text Editor and type:
<b>this is very important</b>
Then you turn on the Rich Text Editor and afterwards turn it off again and you get:
<strong>this is very important</a>
Or another example:
<ul>
<li>this was link 1</li>
<li>this was link 2</li>
<li>this was link 3</li>
<li>this is important</li>
</ul>
And we get:
<ul> <li>this was a link</li> <li>this was a link</li> <li><!-- <a href="/" mce_href="/"></a></a></a>
The issue appears especially when various people (from different backgrounds) work on the same document. For sure comments might not be necessary for everybody but nevertheless the Rich text Editor should be able to handle comments correctly.
(issue imported from #M14075)
Files
Updated by Jan Janen over 14 years ago
As this bug report software somehow uses similar decodings, I decided to upload my source in an extra file.
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
- Is Regression set to No
No feedback for over 90 days.