Ticket #7192: 7192.patch

File 7192.patch, 439 bytes (added by Sa'ar Zac Elias, 13 years ago)
  • _source/plugins/format/plugin.js

     
    6363                                        setTimeout( function()
    6464                                        {
    6565                                                editor.fire( 'saveSnapshot' );
     66                                                // At this point, focus might be lost (#7192).
     67                                                CKEDITOR.env.ie && editor.focus();
    6668                                        }, 0 );
    6769                                },
    6870
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy