Ticket #3125: 3125.patch
File 3125.patch, 584 bytes (added by , 14 years ago) |
---|
-
_source/plugins/stylescombo/plugin.js
146 146 147 147 onOpen : function() 148 148 { 149 editor.focus(); 150 149 151 var selection = editor.getSelection(); 150 152 151 153 if ( CKEDITOR.env.ie && selection ) 152 {153 editor.focus();154 154 saveRanges = selection.getRanges(); 155 }156 155 157 156 var elementPath, 158 157 element = selection.getSelectedElement(),