Project

General

Profile

Actions

Bug #15597

closed

Font color in table

Added by old_araymond almost 19 years ago. Updated almost 19 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2006-02-09
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I try to use font color in the rtehtmlarea, version 1.1.6, demo config, on Mozilla Linux.
When use in a table, sometimes the color work sometimes it don't. I can't find the sequence to make it work every time because it seems that wathever I do, it can or can't work.
In the back end, it always show the good thing, even if sometimes I have to do it twice before the color appear after the save botton is hit. It's in the frontend that it does'nt work.

But for sure, in the source code there is something wrong. The color is affect to the cell and not to the font tag.

I always do the same action. Select text, choose color or font size, or both. But there's no magic ways to make it work.

<table class="htmlarea-showtableborders" style="border-style: solid; border-width: 1px; width: 100%;" cellpadding="1" cellspacing="1"><tbody><tr><td><font color="#ff0000"><span>Work</span></font></td><td><font color="#ff0000" size="6">Work</font></td></tr><tr><td style="color: rgb(255, 0, 0);"><font size="5">Don't work</font></td><td><font color="#ff0000" size="6">Work</font></td></tr></tbody></table>

(issue imported from #M2524)

Actions

Also available in: Atom PDF