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)
Updated by old_schmidtsmikey1 about 19 years ago
If manually wrap a text with <span style="color:red;">..text...</span> everything is ok. But if i use id or class, for example <span class="test">..text...</span>, the span tag are ignored and aren't saved.
Updated by Stanislas Rolland about 19 years ago
Review the RTE proc options for field tx_fdfx2cols_leftcolumn. Make them the same as for bodytext.
Actions