MDL-23844 fixed IE compatibility - credit goes to Mauno Korpelainen
This commit is contained in:
@@ -12,6 +12,8 @@ var DragMathDialog = {
|
||||
tex = tex.replace('<', '<');
|
||||
tex = tex.replace('>', '>');
|
||||
|
||||
if (tinymce.isIE) {tinyMCEPopup.restoreSelection();}
|
||||
|
||||
ed.execCommand('mceInsertContent', false, tex);
|
||||
|
||||
tinyMCEPopup.close();
|
||||
|
||||
Reference in New Issue
Block a user