Ticket #1923 (new Bug)

Opened 2 years ago

Last modified 19 months ago

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: Confirmed 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

Changed 2 years ago by w.olchawa

  • keywords Confimed added; font color automatic preview removed
  • priority changed from Low to Normal
  • milestone FCKeditor 2.6 deleted

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

Changed 2 years ago by w.olchawa

  • keywords Confirmed added; Confimed removed

Sorry wrong keyword.

Changed 19 months ago by alfonsoml

  • component changed from UI : Context Menu to General
Note: See TracTickets for help on using tickets.