Ticket #8978: 8978.patch
File 8978.patch, 500 bytes (added by , 11 years ago) |
---|
-
plugin.js
114 114 115 115 // Selection will be unavailable after menu shows up 116 116 // in IE, lock it now. 117 if ( CKEDITOR.env.ie )118 selection && selection.lock();117 //if ( CKEDITOR.env.ie ) 118 // selection && selection.lock(); 119 119 120 120 var element = selection && selection.getStartElement(), 121 121 listeners = this._.listeners,