Actions
Bug #19534
closedAdding more than one class value to a paragraph class attribute leads to removal of class attribute
Start date:
2008-10-30
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When adding more than one paragraph class, e.g. <p class="myclass align-right"> the whole class attribute gets removed.
Tested on several total clean Installations with mode typical/demo:
T3 4.2.1
T3 4.2.2
T3 4.3dev (rev 4386)
After several tries we found that:
RTE.default.proc.keepPDIVattribs = class
is required to force the class attribute then to be kept which makes actually no sense cause class attribute should be preserved anyway.
Didn't analyzed in deep.
(issue imported from #M9691)
Actions