javascript - tinymce skin in IE 11 compatibility mode -


i'm using newest version of tinymce (4.2.1), whenever switch compatibility mode, tinymce use skin.ie7.min.css instead of skin.min.css. makes icon disappear.

i tried compatibility mode in tinymce home page no different, skin.min.css still in use.

this happen on ie 11, ie 10 working fine, know what's happening ?

i had same problem, , fixed line:

<meta http-equiv="x-ua-compatible" content="ie=edge" /> 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -