Opened 15 years ago

Closed 15 years ago

#3761 closed Bug (fixed)

Custom styles duplication

Reported by: Frederico Caldeira Knabben Owned by: Frederico Caldeira Knabben
Priority: Normal Milestone: CKEditor 3.0
Component: General Version:
Keywords: IBM Confirmed Review+ Cc: Damian

Description

By adding the following code at the end of the stylescombo plugin, the editor is currently duplicating the styles in the combo:

CKEDITOR.config.stylesCombo_stylesSet = 'wikistyles';

CKEDITOR.addStylesSet( 'wikistyles',
[
      { name : 'Language: RTL', element : 'div', attributes : { 'dir' : 'rtl' } },
      { name : 'Language: LTR', element : 'div', attributes : { 'dir' : 'ltr' } }
]);

Attachments (1)

3761.patch (426 bytes) - added by Frederico Caldeira Knabben 15 years ago.

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Frederico Caldeira Knabben

Attachment: 3761.patch added

comment:1 Changed 15 years ago by Frederico Caldeira Knabben

Keywords: Review? added
Owner: set to Frederico Caldeira Knabben
Status: newassigned

comment:2 Changed 15 years ago by Garry Yao

Keywords: Review+ added; Review? removed

comment:3 Changed 15 years ago by Frederico Caldeira Knabben

Resolution: fixed
Status: assignedclosed

Fixed with [3705].

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