Project

General

Profile

Actions

Bug #14882

closed

'removeTag's does not remove closing tags

Added by Robert Markula over 19 years ago. Updated over 19 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-07-28
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

RTE.default.proc.entryHTMLparser_db.removeTags doesn't remove the whole tags, but only the opening tags. The closing tags are remaining.

RTE.default.proc.entryHTMLparser_db = 1
RTE.default.proc.entryHTMLparser_db {
removeTags= font,p
}
should do the trick, but this function only removes the opening <p> or <font>-tags but does not remove the closing </p> or </font>-tags.

It seems that this bug does not affect normal paragraphs; however it has been observed with e.g. lists (<ul>, <ol>).
(issue imported from #M1316)

Actions #1

Updated by Robert Markula over 19 years ago

Sorry, Mantis does not accept HTML tags.
The text in the brackets should be '< ul> and < ol>'.

Actions #2

Updated by Stanislas Rolland over 19 years ago

This is not a problem of htmlArea RTE. If this problem can be reproduced, it is a problem of TYPO3 Core RTE-API. If you want someone to eventually address this problem, you should resubmit it against TYPO3 Core.

Actions #3

Updated by Stanislas Rolland over 19 years ago

Removing a font tag from within a li tag contained in an unordered list worked fine for me.

Actions #4

Updated by Robert Markula over 19 years ago

Sorry, this bug is not RTE related and belongs to the core.
Feel free to remove this bug.

Actions

Also available in: Atom PDF