alditor.js에서


var sel = _iframe.contentWindow.document.selection; 이 부분을


var sel = document.getElementById(_iframe.id).contentWindow.document;


이렇게 변경하면 IE11에서도 작성이 가능해 집니다.


//