Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#5077 closed Bug (fixed)

Special characters hard coded colors

Reported by: Damian Owned by: Garry Yao
Priority: Normal Milestone: CKEditor 3.2
Component: UI : Dialogs Version: SVN (CKEditor) - OLD
Keywords: IBM Cc:

Description

The special characters dialog hard codes some colours for the character preview and html preview boxes. e.g.

style : 'border:1px solid #eeeeee;background-color:#EAEAD1;

These should be set with CSS to allow skins to override them.

Change History (3)

comment:1 Changed 15 years ago by Garry Yao

Component: GeneralUI : Dialogs
Owner: set to Garry Yao
Status: newassigned
Type: BugTask
Version: SVN (CKEditor)

It could hardly be a bug, because we can't really make everything skinable, there will always be pieces of UI that been defined by the dialog itself, and the preferred way of customizing the dialog outlook is really to manipulate the definition (through 'dialogDefinition' event).

Fixed with [4995].

comment:2 Changed 15 years ago by Garry Yao

Resolution: fixed
Status: assignedclosed

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Type: TaskBug

The hard coded background color is definitely a bug.

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