I have try with 3.2.2 it s work fine, but with 3.3 I have this error.
Erreur : a.addMenuGroup is not a function Fichier Source : ckeditor_v3.3/plugins/liststyle/plugin.js?t=A4SD49Y Ligne : 6

Re: CKEditor 3.3 a.addMenuGroup is not a function
Re: CKEditor 3.3 a.addMenuGroup is not a function
But I do not see what could be buggy this plugin.
Re: CKEditor 3.3 a.addMenuGroup is not a function
CKEDITOR.editorConfig = function( config ) { config.removePlugins = 'contextmenu,scayt'; }Error is not triggered when I additionally remove liststyle.
Re: CKEditor 3.3 a.addMenuGroup is not a function
Re: CKEditor 3.3 a.addMenuGroup is not a function
Re: CKEditor 3.3 a.addMenuGroup is not a function