Search code examples
javascriptphpinternet-explorer-10fckeditor

IE 10 issue with FCk editor


I am using Fckeditor version 2 in my web application . It works in IE7, IE8 and IE9 but does not work in IE10 . The editor displayed in IE10 but I cannot type text in the editor . Can any one give me a solution?


Solution

  • Just use

    <head>
    <meta http-equiv="X-UA-Compatible" content="IE=9">
    

    to emulate IE9. The tag must be placed just after the opening tag.