Ticket #3726: 3726.patch

File 3726.patch, 680 bytes (added by Artur Formella, 15 years ago)
  • _source/plugins/wsc/plugin.js

     
    1717                var command = editor.addCommand( commandName, new CKEDITOR.dialogCommand( commandName ) );
    1818
    1919                // SpellChecker doesn't work in Opera and with custom domain
    20                 command.modes = { wysiwyg : ( !CKEDITOR.env.opera && document.domain == window.location.hostname ) };
     20                command.modes = { wysiwyg : ( !CKEDITOR.env.opera && !CKEDITOR.env.ie6Compat && document.domain == window.location.hostname ) };
    2121
    2222                editor.ui.addButton( 'SpellChecker',
    2323                        {
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy