Actions
Bug #29509
closedRTE removes style attribute of p tag when saving to the database
Status:
Rejected
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2011-09-06
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
I have the following configuration:
RTE.default.proc.entryHTMLparser_db.tags.span.allowedAttribs = id, title, dir, lang, xml:lang, class, style
RTE.default.proc.entryHTMLparser_db.tags.p.allowedAttribs = class, align, style
Now, when I select a color for a paragraph and save it, the color is lost because the style tag is removed from the p tag.
The style attribute from span tags is preserved though.
A similar configuration is working in TYPO3 version 4.4
Actions