Actions
Bug #14448
closedt3lib_parsehtml_proc removes style attibute on span tags.
Start date:
2004-12-11
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Function getKeepTags of system class t3lib_parsehtml_proc removes style attibute on span tags.
The attribute is required for RTE editing in Mozilla/Firefox native mode.
The attribute is required for RTE color formatting in Mozilla/Firefox (whatever the mode).
There appears to be no way to configure this behavior.
Extension rtehtmlarea will extend this system class and override function getKeepTags until the class is corrected.
Some user list posts mention property RTE.default.proc.HTMLparser_db.tags.span.allowedAttribs
At the present time, such property is ignored.
(issue imported from #M605)
Actions