Problems with firefox 3
in fckeditorcode_gecko.js
team FCKeditor.... solution?
FCKeditorAPI is undefined
var FCKeditorAPI;function InitializeAPI(...oreunload',FCKeditorAPI_ConfirmCleanup);
in fckeditorcode_gecko.js
team FCKeditor.... solution?

Re: Firefox 3
Re: Firefox 3
you are working in this problem right ?
all the comunity of Mozilla is wainting ......
Thx a lot !
Re: Firefox 3
http://kb.mozillazine.org/Security.file ... gin_policy
Re: Firefox 3
Re: Firefox 3
The developers of Firefox got a reason to secure this, so I would not prefer to disable it to get a workaround! I am waiting for a fix.
Re: Firefox 3
Then install a web server on you machine and use localhost.
At the current state of the restriction made in Firefox, it's impossible to make this work without rewriting everything to change all the locations of the files (and even then I'm not sure if it would work)
Re: Firefox 3
the MozillaZine document
Re: Firefox 3
It would be nice if Firefox 3 allows some way of declaring that certain directories belong to the same code package and thus are of the "same origin". Unfortunately there's no way to do this so far. I guess this new security check in Firefox 3 is causing a lot of troubles in locally filed web page as beyond just FCKeditor right now (e.g. Wikipedia on DVDs?).
Re: Firefox 3
Waiting for a fix in FCKeditor is just wasting the time.
Re: Firefox 3
We have some trouble with FF3 and FCKEditor as described in these post, but the About:config entry in FF3 is not working and we still get the same error.
The problem is that the error
FCKeditorAPI is undefined
doesn't always occur. First visit on the site works ok, the following visits seem to trigger the error.
The problem description got me thinking that maybe something is screwed with js loads. Whenever it breaks it seems ff is using the files from the cache..
Any help is appreciated
Vasilis
Re: Firefox 3
I can confirm this! The error is still existing after the changes in about:config and even with or without the changes the error is only happing the second time I am calling FCKEditor!
Re: Firefox 3
http://dev.fckeditor.net/ticket/1907
Re: Firefox 3
Thanks for the fix, i tried it and it seems to work. I post again if it find anything else.
Regards
Vasilis
Re: Firefox 3
Re: Firefox 3
we made changes as per your comments but still we are facing same Problem "fckEditor is undefined" On line no. 38 in fckeditorcode_gecko.js.
so please if you have any other solution then please post it .
thanks ,
chintan .
Re: Firefox 3
Re: Firefox 3
The above comments indicate that the issue was resolved in version 2.6.3. I cannot even find the code (FCKBrowserInfo.IsSafari||FCKBrowserInfo.IsGecko19) that causes this bug in order to manually fix it.
I therefore believe that my issue is different. Occurrence of the error is sporadic, and only seems to happen when I insert an image after first-time upload using image assist (on a Drupal site, with image assist installed as Drupal module). If I insert an already uploaded image the error does not come up.
Any suggestions/advice would be most appreciated. In the meantime I will keep digging and make a note if I find the solution.
Re: Firefox 3
Re: Firefox 3
...and then the last post hits the nail on the head. Thanks for posting - Firebug is causing my error.
Andy.