Opened 11 years ago

Last modified 11 years ago

#10490 confirmed Bug

Cannot create two 'textColor' button in toolbar — at Version 1

Reported by: jianghongfei Owned by:
Priority: Normal Milestone:
Component: General Version: 3.0
Keywords: Cc:

Description (last modified by Jakub Ś)

CKEditor version: 4.1.1 Browser: Chrome 27.0.1453.94 m Repro steps:

  1. configure CKEditor like this:
    CKEDITOR.replace( 'editor1', {
    	toolbar: [['TextColor', 'TextColor' ]]
    } );
    
  2. 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.

Change History (1)

comment:1 Changed 11 years ago by Jakub Ś

Description: modified (diff)
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