Pergunta

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?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top