Opened 11 years ago

Last modified 11 years ago

#9870 confirmed Bug

Moono skin: uiColor not working properly if color name is provided

Reported by: Wiktor Walc Owned by:
Priority: Normal Milestone:
Component: UI : Skins Version: 4.0
Keywords: Cc: commercial@…

Description (last modified by Wiktor Walc)

The documentation for uiColor suggests using a color name for uiColor. It works fine in Kama skin, but does not work (properly) in Moono.

It looks like the provided color name is used somehow, but the the buttons are black.

The attached screenshots presents the result of

config.uiColor = 'Gold';

Attachments (4)

ckeditor_gold.png (26.6 KB) - added by Wiktor Walc 11 years ago.
uic1.png (19.9 KB) - added by Olek Nowodziński 11 years ago.
uic2.png (19.3 KB) - added by Olek Nowodziński 11 years ago.
uic3.png (17.5 KB) - added by Olek Nowodziński 11 years ago.

Download all attachments as: .zip

Change History (7)

Changed 11 years ago by Wiktor Walc

Attachment: ckeditor_gold.png added

comment:1 Changed 11 years ago by Wiktor Walc

Description: modified (diff)
Status: newconfirmed

comment:2 Changed 11 years ago by Wiktor Walc

Cc: commercial@… added

Changed 11 years ago by Olek Nowodziński

Attachment: uic1.png added

Changed 11 years ago by Olek Nowodziński

Attachment: uic2.png added

Changed 11 years ago by Olek Nowodziński

Attachment: uic3.png added

comment:3 Changed 11 years ago by Olek Nowodziński

Setting uiColor needs general attention as the input color parser is buggy:

CKEDITOR.instances.editor1.setUiColor( '#ff00ff' );

CKEDITOR.instances.editor1.setUiColor( 'ff00ff' );

CKEDITOR.instances.editor1.setUiColor( 'pink' );

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