Hi,
I am having issues with FCKeditor not displaying in IE7, however it is fine in Firefox. IE is producing errors: FCKBrowserinfo is undefined, FCKLang is undefined.
has anyone come across this error and know a fix for it?
Thanks,
Leigh
I am having issues with FCKeditor not displaying in IE7, however it is fine in Firefox. IE is producing errors: FCKBrowserinfo is undefined, FCKLang is undefined.
has anyone come across this error and know a fix for it?
Thanks,
Leigh
Re: FCKeditor producing errors in IE
Re: FCKeditor producing errors in IE
Now, if I promote the same code up to my server and then try to access it from the IE it all works with no issues and no javascript warnings. Same for FireFox. I only get the error when developing the code locally. Makes it challenging to locally test via IE before promoting code into production. We are an IE shop, and while I could tell all developers to test via FF it makes for poor development to push up content without first being sure that it works in a development computer via the user's browser choice which again is IE.
Any ideas why it would fail locally but not remotely?
Re: FCKeditor producing errors in IE
Re: FCKeditor producing errors in IE
Have been doing that but so far have not seen any errors and again, this only happens if in local filesystem. It works as expected in http://localhost or any other website I place it on. Do not recall ever seeing a javascript that worked differently on a local file system than a server.
Re: FCKeditor producing errors in IE
I just don't understand why don't you use a local server to test the website instead.
Re: FCKeditor producing errors in IE
A local server is not fully working as well for the project at large. Granted, in my little test area where I am exploring how to make all of this work before adding it to the actual project is an option but in the grand scheme of events it will not be a solution going forward. Now keep in mind that it is not FCKeditor exclusively with this issue as I can again do a simple code just like I am attempting in a static HTML file and it works exactly as expected, even from the local filesystem. It is only when I move these features into my Adobe Flex application that I see this behavior. Again, only in IE (6,7,8) and only from the local filesystem. I am exploring other issues such as sandbox security rules for Flash Player (which Flex uses) as well as other areas but also not ruling out that it may be something in the scripting errors that may help me lead to the fix. Somewhere it is a combination of FCKEditor, Adobe Flex (Flash Player), IE and the local filesystem that is causing the error.
Re: FCKeditor producing errors in IE
In doing some additional digging I see this block of code in the FCKeditor.html file. Now it makes a reference to the exact issue I appear to be having for IE but of coruse it is referenceing FF3, and a warning of what to do in FF3 to make a correction. Could this be a case of the editor having a like situation for IE with regards to my special need for it to be used? The strange thing is that have tested my code on FF3 and never received any issues no have I made any changes, as suggested in the code block for correction. In any event, this would appear, at least to me, to be the same issue I am seeing for IE when trying to use FCK in a DIV block displaying over a SWF file. Any thoughts? Still struggling to make this work correctly.
Re: FCKeditor producing errors in IE