Yeah, so if you don't want to upgrade your version of FCKeditor you can downgrade your Firefox. Do whatever you please.
Is it so hard to understand? if you want to use Firefox 3 you need a FCKeditor newer than the version that you are using. That's all, there's no secret and the upgrade price is 0$.
Just a quick note: There was a long standing problem regarding the FCKEditor (HTML editor) in OpenCms 6.2.X using Firefox 3. Adding links always produced an URL like javascript:void(0)/*1241321*/. Since most customers are already on OpenCms 7 this is not such a big problem but recently I had to look for a fix. It turned out the bug was quite popular and there is quite an easy workaround.
Open the file /system/workplace/resources/editors/fckeditor/editor/js/fckeditorcode_gecko_2.js in OpenCms and replace the text:
Publish the file and this should be it. Don’t forget to empty your browser cache afterwards (don’t just press CTRL+F5) otherwise you will still get the old file.
Of course this is not a real fix, but if you have to get rid of the problem fast. This can help.
Update: In OpenCms 6.2.3 the file is called fckeditorcode_gecko.js not fckeditorcode_gecko_2.js.
Re: Firefox 3 - link
I have same bug too
Any help to fix the issue? Tnx
Re: Firefox 3 - link
Re: Firefox 3 - link
Hi!
The solution is presented here:
http://dev.fckeditor.net/ticket/2377
Re: Firefox 3 - link
Thanks for your post, but exactly what must i do to fix this issue? I don't understand...
Re: Firefox 3 - link
Re: Firefox 3 - link
I have no problem with this bug with my version of FCKeditor before update to FF3...
Re: Firefox 3 - link
Do whatever you please.
Is it so hard to understand?
if you want to use Firefox 3 you need a FCKeditor newer than the version that you are using. That's all, there's no secret and the upgrade price is 0$.
Re: Firefox 3 - link
1 - SOMETIMES we can´t simply update FCK Editor (that was my situation and maybe Nadol´s...)
2 - Nadol:
Find:
And replace for:
At this file:
Regards!
Guilherme Mendes - Curitiba - Brasil
Re: Firefox 3 - link
And what do you do about the rest of bugs related to Firefox 3 that have been fixed?
Are you gonna patch each one of them?
Re: Firefox 3 - link
Re: Firefox 3 - link
Got it.
http://www.sebastian.himberger.de/blog/ ... 3-wysiwyg/
Just a quick note: There was a long standing problem regarding the FCKEditor (HTML editor) in OpenCms 6.2.X using Firefox 3. Adding links always produced an URL like javascript:void(0)/*1241321*/. Since most customers are already on OpenCms 7 this is not such a big problem but recently I had to look for a fix. It turned out the bug was quite popular and there is quite an easy workaround.
Open the file /system/workplace/resources/editors/fckeditor/editor/js/fckeditorcode_gecko_2.js in OpenCms and replace the text:
FCK.ExecuteNamedCommand('CreateLink',B);var C=document.evaluate
with:
FCK.ExecuteNamedCommand('CreateLink',B);var C=this.EditorDocument.evaluate
Publish the file and this should be it. Don’t forget to empty your browser cache afterwards (don’t just press CTRL+F5) otherwise you will still get the old file.
Of course this is not a real fix, but if you have to get rid of the problem fast. This can help.
Update: In OpenCms 6.2.3 the file is called fckeditorcode_gecko.js not fckeditorcode_gecko_2.js.