Opened 8 years ago
Closed 8 years ago
#14840 closed Bug (duplicate)
Custom Color List could not use custom color names
Reported by: | cactus20100 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Skins | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- add plugin "color button" to CKEditor with Office 2013 theme
- Create a form like this :
<form style="margin-left: 80px;"> <textarea name="editor1" id="editor1" rows="10" cols="80"> </textarea> <script> var config = { language : 'en', height : '500', width : '600', colorButton_colors : 'Green1/3A9D23' } CKEDITOR.replace('editor1', config); </script> </form>
- Pass you mouse on the color of the color selector
Expected result
The color is named : Green1
Actual result
The color is named : 3A9D23
Other details (browser, OS, CKEditor version, installed plugins)
tested on IE11 (11.0.9600) and Firefox 47, on Windows 7 plugin color button : office 2013 theme tested on version 4.5.6 too.
Change History (1)
comment:1 Changed 8 years ago by
Keywords: | styling removed |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Version: | 4.5.11 |
This ticket can be considered as a dupliate of a larger one: #11679.
@cactus20100 I have added your comments there.