I've searched the issues but no one seems to have quite the same combination of versions used.
I'm using
- fckeditor 5.x-2.3-rc1
- FCKEditor plugin 2.6.4.1
- img_assist 5.x-2.0-alpha4
When FCKEditor is hidden, I can use Image Assist to insert images without any problems.
When FCKEditor is in use on a given field, and I click the Insert button in the Image Assist popup, I get the following JS error:
Error: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIDOMNSHTMLTextAreaElement.selectionStart]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://www.my-domain-here.com/modules/img_assist/img_assist_textarea.js :: insertToEditor :: line 90" data: no]
The image code is not inserted.
I have tested this using Firefox 3.5 and Chrome 3.x.
I haven't been able to resolve this. Any suggestions?
Comments
Comment #1
kopo88 commentedSorry, wrong category picked.
Comment #2
sunThanks for taking the time to report this issue.
However, marking as duplicate of #478284: Add FCKeditor (Wysiwyg) integration. Please search for existing issues before submitting a new one.
You can follow up on that issue to track its status instead. If any information from this issue is missing in the other issue, please make sure you provide it over there.
Comment #3
kopo88 commentedI filed this as a support request and not as a bug report because I figured that these versions are no longer being so actively fixed. I'm currently stuck with Drupal 5, which Wysiwyg 3.x will not support.
I'm trying to use these modules without the Wysiwyg API, because there have been plenty of posts on Drupal.org and elsewhere indicating that previous versions of FCKeditor and Image Assist used to work together.
Does anyone know of some combination of earlier versions for Drupal 5.x, or some hack for the current versions, that has been verified to work?