Hello,
I have downloaded the latest FCKEditor 2.4 version. Have also tested in earlier verion 2.3.2
The Insert/Edit Image Dialog box on IE give me javascript error when I try to add a link to an image.
It works fine on Mozilla Firefox.
in fck_images.js file in function OK the line oLink = oEditor.FCK.CreateLink( sLnkUrl ) ; does not create the Link.
If anyone has an idea on what needs to be done, Please advice.
Thanks
I have downloaded the latest FCKEditor 2.4 version. Have also tested in earlier verion 2.3.2
The Insert/Edit Image Dialog box on IE give me javascript error when I try to add a link to an image.
It works fine on Mozilla Firefox.
in fck_images.js file in function OK the line oLink = oEditor.FCK.CreateLink( sLnkUrl ) ; does not create the Link.
If anyone has an idea on what needs to be done, Please advice.
Thanks
Re: Add Link to an Image using Insert/Edit Image
I have the same problem in 2.6.4! "Insert/Edit image" control with "edit hiperlink" work only in FF. Opera and IE showing:
opera:
investigation show that this line:
of fck_image.js return null in Opera 9.64/IE7
any help?