From dc16d275ee30e3de75a55ad458649e2c53ff700d Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 16 Apr 2009 02:04:47 +0000 Subject: [PATCH] =?UTF-8?q?IE=EC=97=90=EC=84=9C=20=EA=B0=95=EC=A0=9C?= =?UTF-8?q?=EB=A1=9C=20=EC=97=90=EB=94=94=ED=84=B0=EC=97=90=20=ED=8F=AC?= =?UTF-8?q?=EC=BB=A4=EC=8A=A4=EA=B0=80=20=EA=B0=80=EB=8D=98=20=EB=B2=84?= =?UTF-8?q?=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6124 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xpresseditor/js/Xpress_Editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js index 29b52bd61..f18cee777 100644 --- a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js +++ b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js @@ -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";