Has anyone else had an issue loading the FCKEDitor Skin & Buttons with the release candidate version of FCKEditor? It works fine on Firefox 3.57 but not on their release candidate version. I'm a little worried and want to make sure it's only existent because its a RC version and not the final version.
It shows only a text box with HTML in it and nothing else. As if it's completely bypassing any JS on the page.
It shows only a text box with HTML in it and nothing else. As if it's completely bypassing any JS on the page.
Re: FCKEditor Issue with Firefox 3.6rc2
Re: FCKEditor Issue with Firefox 3.6rc2
Re: FCKEditor Issue with Firefox 3.6rc2
Re: FCKEditor Issue with Firefox 3.6rc2
Re: FCKEditor Issue with Firefox 3.6rc2
I found a site (in German, had to run through babelfish) that had the fix, at least for the CF implementation. Likely if you are running FCK on a different platform, you can adapt the fix.
In the fckutils.cfm file, in that first function "FCKeditor_IsCompatibleBrowser", look for the line
stResult = reFind( "gecko/(200[3-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );
and change it to
stResult = reFind( "gecko/(20[0-9][0-9][0-1][0-9][0-3][0-9])", sAgent, 1, true );
The original wouldn't match on a version date that was after 2009.
Now granted, the former would only match on 2003-2009, and the fix loses that "after 2003" bit, but it's a handy fix for the short term.
Re: FCKEditor Issue with Firefox 3.6rc2
Re: FCKEditor Issue with Firefox 3.6rc2
It can be simplified to:
(we'll be ready for year 2100 too
)
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+