#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
Component: | General → UI : Dialogs |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
Type: | Bug → Task |
Version: | → SVN (CKEditor) |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 15 years ago by
Type: | Task → Bug |
---|
The hard coded background color is definitely a bug.
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].