using FCKeditor 2.x (FredCK.FCKeditorV2.dll) for .NET ,when load it in IE9, the javascript will have error:
Microsoft JScript Runtime errors : “String” undefined (\fckeditor\editor\js\fckeditorcode_ie.js)
Microsoft JScript Runtime errors : Unable to set properties “CustomConfigurationsPath”: object null or undefined (\fckeditor\fckconfig.js)
have anyone has those bugs ?
Microsoft JScript Runtime errors : “String” undefined (\fckeditor\editor\js\fckeditorcode_ie.js)
Microsoft JScript Runtime errors : Unable to set properties “CustomConfigurationsPath”: object null or undefined (\fckeditor\fckconfig.js)
have anyone has those bugs ?
Re: FCKeditor 2.x In IE9 cause JS bug
I just encountered them now since I just upgraded to IE9.
Any solutions?
EDIT: just found a work around.
While in IE9, hit F12. There should be a console window. On the top-middle portion of the window, there is a "Document Mode" Click it and select IE8 standards.
This is just a work around, best bet is to get a new alternative editor that is compatible with IE9 out of the box. I'm not sure if CKEditor is IE9 compatible without changing any settings in IE9.
Re: FCKeditor 2.x In IE9 cause JS bug
Re: FCKeditor 2.x In IE9 cause JS bug
I haven't looked back since..
I just added the following lines just below <head> and <title> tags in my Masterpage:
<meta http-equiv="X-UA-Compatible" content="IE=8">
Or just on the page where FCKeditor will be used in.
This forces the browser have its document mode to IE8 standards and works pretty well too..
I hope this helps..
Re: FCKeditor 2.x In IE9 cause JS bug
Well, there is, but it probably is so obvious that nobody cared to respond. CKEditor 3.x (the successor of FCKeditor 2.x) is fully compatible with Internet Explorer 9, so you are most welcome to give it a try.
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!