FCK Editor is not loading for IE11. This is due to the new user agent for IE11.
Similar problem came with IE10 which had the following fix-
var sBrowserVersion = navigator.appVersion.match(/MSIE ([\d.]+)/)[1] ; (refer-FCKEditor doesn't work in IE10)
Is there a similar kind of fix for IE11 also ?
Please Help.
Same problem for me, currently i fixed it with compatibility view settings