I've tried every editor and the results are the same for all. When the icon/link that appears under the main text area is used, img_assist does not insert anything into the text area. However when 'Disable Rich-text' is clicked and the WYSIWYG editor is removed then that icon/link works fine.

Strangely enough when I load tinyMCE and use the img_assist button that appears in the editor menu then it works fine.

I've compared the urls that load when both buttons are pushed and they are identical:
index.php?q=img_assist/load/tinymce&textarea=edit-body&N

I've also tried removing the CKeditor module completely and just running it from the libraries and alternatively I've tried removing all editors from libraries and just running WYSIWYG from the CKeditor module. Same results across the board

Comments

psykomf’s picture

This isn't working for me either. Has anyone found a fix for this?

More specifically, my error is as follows. After choosing an image in the pop up and selecting the properties on the following screen, I click the "Insert" button and then the following page of the popup shows up blank. The error console in firefox (I'm using version 4) shows the following:

Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLTextAreaElement.selectionStart]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://maktabatmepi.org/sites/default/files/js/js_675b159605b1f08ac2bcd0... :: insertToEditor :: line 2071" data: no]

unc0nnected’s picture

What I ended up doing was just removing that link all together and using the one that is in teh actual browser.. I had to switch frmo FCKeditor to tinyMCE for this to happen but at least I have this functionality. Since then I've also switched away from img_assist to imagefield_assist as it allows other nodes besides just traditional image nodes to be inserted