Opened 12 years ago
Last modified 12 years ago
#10490 confirmed Bug
Cannot create two 'textColor' button in toolbar — at Initial Version
Reported by: | jianghongfei | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
CKEditor version: 4.1.1 Browser: Chrome 27.0.1453.94 m Repro steps:
- configure CKEditor like this:
CKEDITOR.replace( 'editor1', {
toolbar: 'TextColor', 'TextColor' ?
} );
- Click the second TextColor button
Desc:
this first button works fine, but error raised when click the second one.
I was trying to add textColor button in floating-tools, and got this error. I thought this is a bug of floating-tools at first, then I found two textColor button don't work on normal toolbar. I tried comboboxs like style, font, they work fine.