From 029af9614e7ae5a1645195af421a1e3bec2de321 Mon Sep 17 00:00:00 2001 From: taggon Date: Fri, 3 Dec 2010 07:42:01 +0000 Subject: [PATCH] =?UTF-8?q?FF=20=EA=B3=84=EC=97=B4=EC=9D=98=20=EC=9B=B9=20?= =?UTF-8?q?=EB=B8=8C=EB=9D=BC=EC=9A=B0=EC=A0=80=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=8F=AC=EC=BB=A4=EC=8A=A4=EA=B0=80=20=EA=B0=88=20=EB=95=8C=20?= =?UTF-8?q?=EC=BB=A4=EC=84=9C=EA=B0=80=20=EC=95=88=20=EB=B3=B4=EC=9D=B4?= =?UTF-8?q?=EB=8A=94=20=EB=B2=84=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@7952 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/js/xeed.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/editor/skins/xeed/js/xeed.js b/modules/editor/skins/xeed/js/xeed.js index 918c810a0..e001aea3b 100644 --- a/modules/editor/skins/xeed/js/xeed.js +++ b/modules/editor/skins/xeed/js/xeed.js @@ -117,6 +117,7 @@ Xeed = xe.createApp('Xeed', { this.registerPlugin(new Clear); // set content + if (!content) content = '
'; setTimeout(function(){ self.cast('SET_CONTENT', [content]) }, 0); }, @@ -376,6 +377,7 @@ Xeed = xe.createApp('Xeed', { if (sel) return; + if (!this.$richedit.html()) this.cast('SET_CONTENT', ['
']); this.$richedit.focus(); },