Actions
Bug #19247
closed"removeformat" messes up some in-line formats
Start date:
2008-08-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When "removeformat" for Word is run on a sequence like
<p> <b>abc</b><b> </b><b>def</b> </p>
<p>abcdef</p>
The result will be
<p> <b>abc</b><b>><b>def</b> </b></p><b> </b><p><b>abcdef</b></p>
instead of
<p> <b>abc def</b></p><p>abcdef</p>
While the extra >, only shows up in certain test cases, the much bigger problem of, the bold setting not being reset seems to affect any sequence that resets bold too often. However, this is quite common in copy&paste imports from Word.
(issue imported from #M9218)
Files
Actions