Ticket #6444: 6444.patch

File 6444.patch, 679 bytes (added by Garry Yao, 14 years ago)
  • _source/plugins/wysiwygarea/plugin.js

     
    950950                                                                // Temporary solution caused by #6025, supposed be unified by #6154.
    951951                                                                else if ( CKEDITOR.env.opera && editor.document )
    952952                                                                {
     953                                                                        // Required for Opera when switching focus
     954                                                                        // from another iframe, e.g. panels. (#6444)
     955                                                                        var iframe = editor.window.$.frameElement;
     956                                                                        iframe.blur(), iframe.focus();
    953957                                                                        editor.document.getBody().focus();
    954958
    955959                                                                        editor.selectionChange();
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy