Project

General

Profile

Actions

Bug #19247

closed

"removeformat" messes up some in-line formats

Added by Christian Lerrahn over 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Target version:
-
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 &gt, 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


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #18717: Could not remove span with style and font tagsClosedStanislas Rolland2008-04-28

Actions
Related to TYPO3 Core - Bug #21442: RTE 'remove formatting' function corrupts typo3 linksClosedStanislas Rolland2009-11-03

Actions
Actions

Also available in: Atom PDF