Ticket #3058: 3058.patch

File 3058.patch, 506 bytes (added by Frederico Caldeira Knabben, 14 years ago)
  • _source/plugins/dialog/plugin.js

     
    814814                {
    815815                        if ( this._.editor.mode )
    816816                        {
     817                                this._.editor.focus();
     818
    817819                                var selection = new CKEDITOR.dom.selection( this._.editor.document );
    818820                                this._.selectedRanges = selection.getRanges();
    819821                                this._.selectedElement = selection.getSelectedElement();
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy