Index: trunk/admin/editor/cmseditor/editor/_source/internals/fck.js =================================================================== diff -u -r1415 -r1999 --- trunk/admin/editor/cmseditor/editor/_source/internals/fck.js (.../fck.js) (revision 1415) +++ trunk/admin/editor/cmseditor/editor/_source/internals/fck.js (.../fck.js) (revision 1999) @@ -31,5 +31,6 @@ // First try to get the Linked field using its ID. FCK.LinkedField = window.parent.document.getElementById( FCK.Name ) ; // If no linked field is available with that ID, try with the "Name". + if ( !FCK.LinkedField ) FCK.LinkedField = window.parent.document.getElementsByName( FCK.Name )[0] ;