Actions
Bug #14989
closedRTEHtmlArea Problems with span tag in combination with fdfx_2cols
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-09-23
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
RTEHtmlArea doesn't save text classes from the CSS file because it ignores the span tag. This problem appears only in the left column, in the right column the CSS classes takes affects.
Example:
- i mark some text in the BE and choose a CSS class. If look in the RTE
source code i see following:
<p>This is <span class="bigText">big</span> text.</p>
- When i look in the source code from the FE i see following:
<p>This is big text.</p>
Where is my class? Very amazing...!
(issue imported from #M1478)
Actions