It appears as though there are issues with FCKEditor 2.6.4 on Firefox 3.5
Using Coldfusion to run it.
I am able to load FCKEditor fine on all my other browsers - chrome, IE 8, firefox 3.0.11, firefox 3.0.7 but not firefox 3.5
Has anyone been having this problem? I tried loading up firebug but it doesn't show anything. It's reading the table width and height but not loading up the text editor area nor the skin.
Using Coldfusion to run it.
I am able to load FCKEditor fine on all my other browsers - chrome, IE 8, firefox 3.0.11, firefox 3.0.7 but not firefox 3.5
Has anyone been having this problem? I tried loading up firebug but it doesn't show anything. It's reading the table width and height but not loading up the text editor area nor the skin.
Re: Firefox 3.5 Compliancy with FCK Editor
It works perfect on mine. I did not do a clean install on mine, I just installed 3.5 while the old one was installed.
Also, seen in the news there is a patch out for 3.5, try that.
Re: Firefox 3.5 Compliancy with FCK Editor
Go to about:config
Set javascript.options.jit.content to false.
Seems to sort it out.
Re: Firefox 3.5 Compliancy with FCK Editor
Can you explain the problems?
If they are "big problems", then it shouldn't be hard to create some testcase so they can fix it. In 3.5.1 they have included some fixes related to jit, but there might be some more awaiting for someone to report them.
Re: Firefox 3.5 Compliancy with FCK Editor
However - I may have to eat my words somewhat. I just changed the setting back to the default to try and duplicate the behaviour, and it was working with no problems. Then I opened up Firebug, and the dodgy behaviour returned, which while extremely annoying, is far more understandable. I'll play with this a bit more and see whether I can get the bad behaviour to return sans Firebug, or whether I was jumping the gun earlier.
Re: Firefox 3.5 Compliancy with FCK Editor
Re: Firefox 3.5 Compliancy with FCK Editor
I can concur, there is definitely an issue with Firefix 3.5 and The FCKEditor.
I am using the Joomla implementation of it: JoomlaFCKeditor and I don’t believe the fault lies with the editor though but with their ‘TraceMonkey’ javascript engine. On every other browser and version almost under the sun the editor seems to work fine.
The JIT feature JavaScript they introduce seems to be the problem here. On first load of the editor it loads up fine. But on a reload, when it seems to try and use the JIT (compiled code) it seems to cause the browser to crash.
Firefox 3.5.1: the version that was allegedly supposed to have fixed the instability issues has not come up to par. All it seems to be is a security update only. The problem still persists!!!
The only workaround seems to be to turn off the TraceMomkey JS engine by setting the javascript.options.jit.content option to false.
Re: Firefox 3.5 Compliancy with FCK Editor
I haven't noticed any problem, so you need to describe exactly the reproduction steps to get a bug filed for Firefox.
Re: Firefox 3.5 Compliancy with FCK Editor
For myself, it's definitely linked to FireBug (1.4.0). If I disable the FireBug console, FCKEditor instances load like lightning. With the FireBug console enabled, they can take upwards of two minutes to load, and the browser becomes extremely unresponsive while the load is going on.
For obvious reasons, I doubt that this issue is the editor's fault.
Re: Firefox 3.5 Compliancy with FCK Editor