From 92c38413bc6455b5476def1cea0dd31671c6078e Mon Sep 17 00:00:00 2001 From: misol Date: Sat, 19 Dec 2009 16:15:25 +0000 Subject: [PATCH] =?UTF-8?q?#18554855=20=EC=97=90=EB=94=94=ED=84=B0=20?= =?UTF-8?q?=ED=98=95=EC=8B=9D=20=EB=B6=80=EB=B6=84=20=EC=88=98=EC=A0=95.?= =?UTF-8?q?=20-=20=ED=98=95=EC=8B=9D=EC=9D=B4=20=EC=97=90=EB=94=94?= =?UTF-8?q?=ED=84=B0=EC=97=90=20=EC=84=A4=EC=A0=95=EB=90=9C=20=ED=98=95?= =?UTF-8?q?=EC=8B=9D=EC=9D=B4=20=EC=95=84=EB=8B=90=20=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?index=20=3D=200=EC=9C=BC=EB=A1=9C=20=EC=84=A4=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@7056 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 227fc88f6..7cb824d64 100644 --- a/modules/editor/skins/xpresseditor/js/Xpress_Editor.js +++ b/modules/editor/skins/xpresseditor/js/Xpress_Editor.js @@ -5838,6 +5838,7 @@ xe.XE_FormatWithSelectUI = jQuery.Class({ this.elFormatSelect.value = blockName.toLowerCase(); if(this.elFormatSelect.selectedIndex < 0) this.elFormatSelect.selectedIndex = 0; + if(this.elFormatSelect.value != blockName.toLowerCase()) this.elFormatSelect.selectedIndex = 0; }, $ON_SET_FORMAT_FROM_SELECT_UI : function(){