Pregunta

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?

¿Fue útil?

Solución

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 bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top