Question

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?

Was it helpful?

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top