1 (edited by 2014-02-01 10:48:14)

Topic: IE11 & v1.53 incompatibility resolved

Users of Internet Explorer 11 and Cutenews 1.5* may have noticed difficulties in using the CKeditor to add or edit news.
This can be overcome by switching on Compatibility View in IE11 from the Tools menu, but this can cause other issues in viewing pages of your site.

The problem is caused by an IE rendering bug that has not been addressed in either Cutenews or Internet Explorer.

To resolve this issue without having to use Compatibility View, in a text editor open the files

(root) index.php
inc/editnews.php
inc/addnews.php

and add the following lines before <?php at the very start of the files:

<!doctype html>
<meta http-equiv="X-UA-Compatible" content="IE=9">
<meta content="text/html; charset=utf-8;">

That's it!