Hi, Just found this problem myself after a bit of working out found the source of the problem in dialog.php line 56 I changed
window.tinyMCE.execInstanceCommand(‘content’, ‘mceInsertContent’, false, tag);
to
window.tinyMCE.execCommand(‘mceInsertContent’, false, tag);
And this solved the problem.