Index: sites/all/modules/contrib/ckeditor/includes/ckeditor.utils.js IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- sites/all/modules/contrib/ckeditor/includes/ckeditor.utils.js (revision 4266:538913738343) +++ sites/all/modules/contrib/ckeditor/includes/ckeditor.utils.js (revision 4266+:538913738343+) @@ -458,7 +458,7 @@ } }); $('input[id$="-filefield-remove"]', $(context)).mousedown(function(){ - $('textarea.ckeditor-mod', $(context)).each(function(){ + $('#' + this.id.replace(/-filefield-remove$/, '-ahah-wrapper textarea.ckeditor-mod')).each(function(){ if (CKEDITOR.instances[$(this).attr('id')]){ Drupal.ckeditorOff($(this).attr('id')); imagefield_data[$(this).attr('id')] = ""; \ No newline at end of file