Ticket #6375: 6375.patch

File 6375.patch, 434 bytes (added by Damian, 14 years ago)

Proposed fix

  • plugin.js

     
    174174                                                {
    175175                                                        editor.on( 'blur', function( evt )
    176176                                                        {
    177                                                                 editor.document && editor.document.$.selection.empty();
     177                                                                try {
     178                                                                        editor.document && editor.document.$.selection.empty();
     179                                                                } catch (e) {}
    178180                                                        });
    179181                                                }
    180182
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy