Ticket #3903 (closed Bug: fixed)
Unable to override font colors
| Reported by: | highjinx_53 | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.0 |
| Component: | General | Version: | SVN (CKEditor) - OLD |
| Keywords: | HasPatch Review+ | Cc: |
Description
The config.colorButton_colors setting allows overriding the colors that are shown in the font and background color dropdowns. However, because of a bug in _source/plugins/colorbutton/plugin.js, this setting is not respected.
The solution is to check config.colorButton_colors instead of CKEDITOR.config.colorButton_colors. This is similar to how other plugins work.
Attached is a patch.
Attachments
Change History
comment:1 Changed 4 years ago by fredck
- Keywords HasPatch added; hasPatch removed
- Milestone set to CKEditor 3.0
comment:3 Changed 4 years ago by garry.yao
- Status changed from new to closed
- Resolution set to fixed
Fixed with [3830].
Note: See
TracTickets for help on using
tickets.
