From 85f4c4381f299afbf556db452085b2632450cf65 Mon Sep 17 00:00:00 2001 From: taggon Date: Thu, 9 Dec 2010 06:41:53 +0000 Subject: [PATCH] =?UTF-8?q?#19240539=20=EC=97=94=ED=84=B0=20=EC=9E=85?= =?UTF-8?q?=EB=A0=A5=EC=8B=9C=20=EC=8A=A4=ED=81=AC=EB=A1=A4=EB=B0=94?= =?UTF-8?q?=EA=B0=80=20=EB=94=B0=EB=9D=BC=EB=82=B4=EB=A0=A4=EA=B0=80?= =?UTF-8?q?=EC=A7=80=20=EC=95=8A=EB=8D=98=20=ED=98=84=EC=83=81=20=EC=88=98?= =?UTF-8?q?=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@7961 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 9bf64858c..dc1a6a732 100644 --- a/modules/editor/skins/xeed/js/xeed.js +++ b/modules/editor/skins/xeed/js/xeed.js @@ -1415,6 +1415,8 @@ LineBreak = xe.createPlugin('LineBreak', { //
timer if (!this._in_br) { + try { $br[0].scrollIntoView() } catch(e){}; + this._in_br = true; this._br_timer = setTimeout(function(){ self._in_br = false; }, 500); return;