java - ckeditor not working in IE9 and 10 -


i using java implementation of ckeditor. in code have

 <%@ taglib uri="http://ckeditor.com" prefix="ckeditor" %> 

my text area uses struts bean write tag logic

<textarea id="txtcmt<bean:write name="i" />:<bean:write name="j" />" name="comments" style="width: 100%; height: 280px;"> 

i use

<ckeditor:replaceall basepath="/elements/ckeditor_basic/ckeditor.js" /> 

to replace textarea ckeditor. implementation works on chrome , firefox,however,the editor not load on ie9 , page breaks on ie10.

please advise.

thanks


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

angularjs - ng-repeat duplicating items after page reload -