Actions
Bug #22431
closedRich Text Editor can not handele comments
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-04-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
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
Actions