I'm getting on odd error when custom-field-template plugin is active and I'm inserting an image into the main content area for a custom post type. The Media Center overlay goes white and there is a JavaScript error. The error does not occur when I insert an image into the Featured Image.
When I deactivated Custom Field Template (which is an awesome plugin!), I was able to insert an image just fine.
Javascript error:
<script type="text/javascript">
/* <![CDATA[ */
var win = window.dialogArguments || opener || parent || top;
win.send_to_custom_field("<img src=\"http://mydomainname.com/wp-content/uploads/2010/06/mobilemedical1-300x36.jpg\" [^] alt=\"\" title=\"mobilemedical\" width=\"300\" height=\"36\" class=\"alignleft size-medium wp-image-738\" />");
/* ]]> */
</script>
win.send_to_custom_field throws the error (doesn't exist?).
I'm not sure if this is related to the issues discussed on this thread: http://wordpress.org/support/topic/317991/page/2
In any case, for this particular site, we're manually setting up the one field we were using the Custom Field Template plugin for, but I thought the info might helpful in case other folks are running into this odd interaction with WordPress 3.0, custom post types & inserting images, and the Custom Field Template plugin.
Thanks!
Cat