在Mac/Firefox上将Word复制并粘贴到CKEditor 4.5.5不完整

在Mac/Firefox上将Word复制并粘贴到CKEditor 4.5.5不完整,ckeditor,Ckeditor,从MS Word到CKEditor的复制和粘贴在PC上的所有浏览器中都可以正常工作。但在Mac上的Firefox中,项目符号中的标题消失了,其他一些样式问题也被撕开了 我的配置如下: CKEDITOR.editorConfig = function( config ) { config.format_tags = 'h1;h2;h3;h4'; config.toolbarGroups = [ { name: 'clipboard', groups: [ 'cl

从MS Word到CKEditor的复制和粘贴在PC上的所有浏览器中都可以正常工作。但在Mac上的Firefox中,项目符号中的标题消失了,其他一些样式问题也被撕开了

我的配置如下:

CKEDITOR.editorConfig = function( config ) {
    config.format_tags = 'h1;h2;h3;h4';
    config.toolbarGroups = [
        { name: 'clipboard',   groups: [ 'clipboard', 'undo' ] },
        { name: 'basicstyles', groups: [ 'basicstyles', 'cleanup' ] },
        { name: 'styles', groups : [ 'format', 'insert' ] },
        { name: 'paragraph',   groups: [ 'list', 'indent', 'blocks', 'align'] },
        { name: 'links', groups: [ 'link' ] },
        { name: 'about' },
        { name: 'document',    groups: [ 'mode' ] }
    ];
    config.removeButtons = 'Undo,Redo,Image,Flash,Smiley,PageBreak,Iframe,SpecialChar,HorizontalRule,Cut,Copy,Anchor,Strike,Subscript,Superscript,Save,Newpage,Preview,Print,Templates,About,Help,Document,Language,Blockquote,Indent,Outdent,CreateDiv,NewPage,Styles,Font,FontSize';
    config.removeDialogTabs = 'link:advanced';
    config.extraPlugins = 'autogrow';
    config.autoGrow_minHeight = 250;
    config.autoGrow_maxHeight = 600;
};

有人也遇到过这个问题吗?

请在我们的CKEditor bug追踪器中报告这个问题,网址是。谢谢