Ticket #6261: 6261.patch

File 6261.patch, 510 bytes (added by Tobiasz Cudnik, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    981981                                                setTimeout( function ()
    982982                                                {
    983983                                                        editor.document.$.designMode = 'off';
    984                                                         editor.document.getBody().focus();
     984                                                        if ( CKEDITOR.currentInstance == editor )
     985                                                                editor.document.getBody().focus();
    985986                                                }, 50 );
    986987                                        },
    987988                                        function()
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy