Custom styles duplication
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' } }
]);
Change History (4)
Keywords: |
Review? added
|
Owner: |
set to Frederico Caldeira Knabben
|
Status: |
new →
assigned
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Fixed with [3705].