By the way, I feel like this is an important issue to resolve. FCKeditor is very nice and I like it very much, but dealing with these small problems is one of the things that separates a decent and functional product from a great one, or a hobby project from a professional one.
I would love to help fix this, but I've already gone through the code and have yet to find anything. If anyone can give me pointers I'll keep at it.
And thanks for all the work on FCKeditor, I really love it!
I'm running Version 2.6, Build 18638 some of my users see this warning when attempting to use the spell checker but not other dialogs. We are configured to use SpellerPages and are running in ColdFusion 7 on a Windows 2003 server. The ASpell application and dictionary are installed in the standard C:\Program Files\ASpell.
What we are seeing is if the user gets the warning, they then get an error page in the spell checker dialog. If they cancel out of the spell checker and try again everything works without any errors. The next time they open the page with the editor, they have to go through the warning to get to the spell checker again.
I have noticed that the iframe in fck_spellerpages.html uses src="javascript:void(0)" other dialogs use either FCKTools.GetVoidUrl() or a valid filename. I don't know if this has anything to do with the problem or not. I'm still digging.
I think I have fixed my spell check problem. I changed the src tag in the iframe to "empty.html" and created an empty.html file in the dialog folder. Just changing the src tag stopped the warning, but you could still see an error page flash before the spell checker openned, with the empty.html file I don't see the warning or the error page flash.
I don't know if this is the best solution, but it seems to be working for me.
RE: "both secure and nonsecure items" warning
RE: "both secure and nonsecure items" warning
RE: "both secure and nonsecure items" warning
RE: "both secure and nonsecure items" warning
http://{domain}/{path}/{file}.
RE: "both secure and nonsecure items" warning
I would love to help fix this, but I've already gone through the code and have yet to find anything. If anyone can give me pointers I'll keep at it.
And thanks for all the work on FCKeditor, I really love it!
RE: "both secure and nonsecure items" warning
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
RE: "both secure and nonsecure items" warning
Re: "both secure and nonsecure items" warning
What we are seeing is if the user gets the warning, they then get an error page in the spell checker dialog. If they cancel out of the spell checker and try again everything works without any errors. The next time they open the page with the editor, they have to go through the warning to get to the spell checker again.
I have noticed that the iframe in fck_spellerpages.html uses src="javascript:void(0)" other dialogs use either FCKTools.GetVoidUrl() or a valid filename. I don't know if this has anything to do with the problem or not. I'm still digging.
Any help would be appriciated.
Re: "both secure and nonsecure items" warning
I don't know if this is the best solution, but it seems to be working for me.
Re: "both secure and nonsecure items" warning
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn