From ce76db4c5a4e7dbf44c304c7d3ac33be1bcce26f Mon Sep 17 00:00:00 2001 From: taggon Date: Mon, 29 Nov 2010 02:22:19 +0000 Subject: [PATCH] =?UTF-8?q?IE=EC=97=90=EC=84=9C=20=ED=8C=8C=EC=9D=BC?= =?UTF-8?q?=ED=83=90=EC=83=89=EC=B0=BD=20=EB=93=9C=EB=9E=98=EA=B7=B8?= =?UTF-8?q?=EA=B0=80=20=EC=A0=95=EC=83=81=EC=A0=81=EC=9C=BC=EB=A1=9C=20?= =?UTF-8?q?=EC=9E=91=EB=8F=99=ED=95=98=EC=A7=80=20=EC=95=8A=EB=8D=98=20?= =?UTF-8?q?=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@7928 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 7a20947da..fbeefcd27 100644 --- a/modules/editor/skins/xeed/js/xeed.js +++ b/modules/editor/skins/xeed/js/xeed.js @@ -2251,6 +2251,8 @@ FileUpload = xe.createPlugin('FileUpload', { m_left = parseInt($realwin.css('margin-left'), 10); m_top = parseInt($realwin.css('margin-top'), 10); + + if (isNaN(m_left)) m_left = $realwin[0].offsetLeft; this.$modal_box .data('dragstart_pos', [event.pageX, event.pageY])