Mediawiki-wysiwyg / WYSIWYG-CKeditor

Mediawiki extension: WYSIWYG. Includes extension and other components required by it
GNU General Public License v3.0
67 stars 34 forks source link

IE11 compatibility mode and MW 1.29.x #110

Closed riparap closed 6 years ago

riparap commented 6 years ago

It looks like IE11, and at least MW1.29.x, requires compatibility mode EDGE to be set. If current compatibilty mode IE=9 is used, wysiwyg will not open at all in edit mode. This can be fixed by editing line in CKeditor.body.php=> onBeforePageDisplay: $wgRequest->response()->header("X-UA-Compatible: IE=EDGE");

Version of wysiwyg: CKEditor 4.6.2 (revision 20af917). Version 1.5.6_0 [B551+09.02.2017]

Can anybody else verify that this really is the case?