IE에서 강제로 에디터에 포커스가 가던 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6124 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2009-04-16 02:04:47 +00:00
parent a273979e47
commit dc16d275ee

View file

@ -3294,6 +3294,7 @@ xe.XE_EditingArea_WYSIWYG = jQuery.Class({
_enableWYSIWYG : function(){
if (jQuery.browser.msie){
this.getWindow().blur(); // prevent force focusing
this.doc.body.contentEditable = true;
} else {
this.doc.designMode = "on";