Ticket #11506: contextmenu.patch

File contextmenu.patch, 497 bytes (added by Jose Flores, 10 years ago)
  • (a) contextmenu_original vs. (b) contextmenu_updated

    a b  
    9595                                 * @param {Number} [offsetY]
    9696                                 */
    9797                                open: function( offsetParent, corner, offsetX, offsetY ) {
    98                                         this.editor.focus();
     98                                        if ( !CKEDITOR.env.ie )
     99                                                this.editor.focus();
     100
    99101                                        offsetParent = offsetParent || CKEDITOR.document.getDocumentElement();
    100102
    101103                                        // #9362: Force selection check to update commands' states in the new context.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy