Ticket #3058: 3058.patch
File 3058.patch, 506 bytes (added by , 14 years ago) |
---|
-
_source/plugins/dialog/plugin.js
814 814 { 815 815 if ( this._.editor.mode ) 816 816 { 817 this._.editor.focus(); 818 817 819 var selection = new CKEDITOR.dom.selection( this._.editor.document ); 818 820 this._.selectedRanges = selection.getRanges(); 819 821 this._.selectedElement = selection.getSelectedElement();