FCKEditor doesn't work in IE10

后端 未结 5 875
予麋鹿
予麋鹿 2021-01-02 19:18

FCKEditor doesn\'t appear in IE10. When I go to IE development tools and switch browser mode to IE9, FCKEditor works all right. But when I put meta tag for emulate IE9:

5条回答
  •  别那么骄傲
    2021-01-02 20:12

    This is what helped me:

    .

    and find & replace the regex in ckeditor JS codes:

    replace /MSIE (\d+)/ with /MSIE ([\d.]+)/


    Most importantly, dont forget to Close the browser/tab and open the site again. Otherwise this meta tag wont work !

提交回复
热议问题