Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#10310 closed Bug (invalid)

which last Fckeditor version is supported by IE10

Reported by: Karnail singh Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version: 4.0
Keywords: Cc:

Description

I m trying to use fckeditor 2.1 with IE10 But my Browser Screen Could not Show the FCKEDITOR their but show in the viewsource code so tell me what changes i have to made to run succesfully the 2.1 on IE10

Change History (2)

comment:1 Changed 11 years ago by Piotrek Koszuliński

Resolution: invalid
Status: newclosed

FCKeditor does not support IE10, because few years ago it maintenance has been stopped in favor of CKEditor 3.x and now CKEditor 4.x. Thus, you need to update FCKEditor to CKEditor 4.1 which works well on IE10.

PS. This is not a forum. Please, ask your question on http://ckeditor.com/forums

comment:2 Changed 11 years ago by Jakub Ś

Keywords: Compatibility Issue of editor with IE10 removed

Yes FCK is no longer supported and we recommend upgrading to CKEditor 4 asap. These is however a workaround.

Workaround for FCKeditor and IE10 is using on HTML page this tag <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />. It will force IE10 document mode into IE7. Browser will be IE10 but doc mode IE7 and it will work. The only problem I had with this workaround was making IE read this tag. I had to clear browsers cache because it was loading page with old settings. Anyway it works.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy