Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
527 views
in Q2A Core by
Upload screen, copy paste is not working with IE11..!
Is there a fix for this or can you change this code for Q&A that we can use???

Ip Board release this

<php>
$ie11fix = "edge";
if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'Trident/7') !== false)) $ie11fix = "EmulateIE10";
</php>
<meta http-equiv="X-UA-Compatible" content="IE={$ie11fix}" />
Q2A version: 1.6.3

1 Answer

+1 vote
by

Try using the CKEditor4 plugin.

It uses CKEditor 4.3.3 that should be compatible with IE 11 (see also here )

by
great... working like a charm...
I think they should use that plug in in this forum too...
...