Opened 8 years ago
Closed 8 years ago
#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 (1)
Change History (6)
Changed 8 years ago by highjinx_53
comment:1 Changed 8 years ago by fredck
- Keywords HasPatch added; hasPatch removed
- Milestone set to CKEditor 3.0
comment:2 Changed 8 years ago by garry.yao
- Keywords Review+ added
comment:3 Changed 8 years ago by garry.yao
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 8 years ago by highjinx_53
- Resolution fixed deleted
- Status changed from closed to reopened
[3830] only changed whitespace - the changes in the patch were never applied.
comment:5 Changed 8 years ago by garry.yao
- Resolution set to fixed
- Status changed from reopened to closed
Definitely it's wrong, thanks for point it out.
Fixed with [3842].
Note: See
TracTickets for help on using
tickets.

Fixed with [3830].