Hi,

After adding a new image using img_assist and tinymce, when the add image node returns back to the img_assist main screen, the img_assist module has forgotten that it is still conected to the editor. In other words, $img_assist_editor is empty and the 'preview snippet' button is shown. Furthermore, the 'insert image' button now has no effect, likely because it is trying to pass the new drupal filtered inline image info to tinymce. I thought this would be a simple fix, but I can't seem to find the place to pass the info back and forth from the node/add screen about the editor.

I hope this bug description helps,

mitomac

Comments

matt westgate’s picture

Thanks for the description. I tracked it down to the editor variable not being passed to the add image form. Fixed.

Anonymous’s picture