Opened 16 years ago

Closed 11 years ago

#1923 closed Bug (wontfix)

FCKConfig.FontColors -automatic- does not show the automatic color

Reported by: PuNkStOrM Owned by:
Priority: Normal Milestone:
Component: General Version: FCKeditor 2.5.1
Keywords: Cc:

Description

Hi FCK-Team!

First of all: Thanks for your great editor! The FCK-Editor is the best editor I have ever seen in web!

My problem: The interface allows the user to select Font colors (FCKConfig.FontColors). All works fine, but the "automatic" color does not change to another color than black in the little preview. The transforming of text into different "automatic"-colors does work! It only shows the wrong color in the little box left of "automatic".

In my case the fckconfig.js contains the following: ...

FCKConfig.FontColors = 'FFFFFF,118811,881111' ;

...

the fck_editorarea.css: ...

body
{
	background-color: #77A6C2;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	color: #FFFFFF;
}

body, td
{
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

...

Dears, PuNkStOrM :)

Change History (4)

comment:1 Changed 16 years ago by Wojciech Olchawa

Keywords: Confimed added; font color automatic preview removed
Milestone: FCKeditor 2.6
Priority: LowNormal

Confirmed in IE and FF2 using versions 2.5.1, 2.6b and SVN

comment:2 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed added; Confimed removed

Sorry wrong keyword.

comment:3 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Component: UI : Context MenuGeneral

comment:4 Changed 11 years ago by Jakub Ś

Resolution: wontfix
Status: confirmedclosed

FCKeditor isn't supported anymore.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy