Actions
Bug #19730
closedCustom tags moved or stripped if enclosing more than one paragraph
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2008-12-22
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
I've introduced a custom tag for footnotes. The tags <fn></fn> just enclose the footnote text where the footnote should appear in the text (TeX style). This works fine as long as the tags only enclose one paragraph. As soon as more than one paragraph is enclosed, the RTE will either move the </fn> tag to the end of the first paragraph or strip them altogether.
The problem seems to be from immediate processing not only on save.
I can provide my footnote extension (alpha) if needed. It is not in the TER, yet.
(issue imported from #M9997)
Actions