mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
IE에서 강제로 에디터에 포커스가 가던 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6124 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a273979e47
commit
dc16d275ee
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue