On our intranet I am attempting to use multiple instances of FCK on the same page. I can use both the editors on PC-IE(5.5), but on PC-Firefox (1.04) I can only use the second instance of the editor.
I am using the CFMODULE version of FCK. Any suggestions would be appreciated. I have just discovered this oddity and do not want to redo my admin section for this reason it will also help the usability of the system to have both the instances on the same page.
TIA!
*********************
As you can see I have only changed the filed name for the different fields on the form in the sample below.
********************
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/Intranet/fckeditor/"
instanceName="Field_Name1"
value='#QueryA.FieldName1#'
width="100%"
height="200"
>
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/Intranet/fckeditor/"
instanceName="Field_Name2"
value='#QueryA.FieldName2#'
width="100%"
height="200"
>
I am using the CFMODULE version of FCK. Any suggestions would be appreciated. I have just discovered this oddity and do not want to redo my admin section for this reason it will also help the usability of the system to have both the instances on the same page.
TIA!
*********************
As you can see I have only changed the filed name for the different fields on the form in the sample below.
********************
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/Intranet/fckeditor/"
instanceName="Field_Name1"
value='#QueryA.FieldName1#'
width="100%"
height="200"
>
<cfmodule
template="/fckeditor/fckeditor.cfm"
basePath="/Intranet/fckeditor/"
instanceName="Field_Name2"
value='#QueryA.FieldName2#'
width="100%"
height="200"
>

RE: multiple instance of FCK on the same page...
http://sourceforge.net/tracker/?group_i ... id=1161341
RE: multiple instance of FCK on the same page
When I have retrieved the page I can enter data into the second editor. Again, when I save and retrieve the page, I can also no longer edit the data in the second editor.
I'm using ff 1.0.7 (worked the same in 1.0.6) employing the ReplaceTextarea() approach. It works fine in IE6.
IMHO, the bug remains unfixed.
RE: multiple instance of FCK on the same page
http://sourceforge.net/project/showfile ... p_id=75348
RE: multiple instance of FCK on the same page
http://sourceforge.net/tracker/index.ph ... tid=543653