From 70ef464e63dbc17bcb491e7bbed053cd84804ba0 Mon Sep 17 00:00:00 2001 From: taggon Date: Fri, 11 Feb 2011 07:58:24 +0000 Subject: [PATCH] =?UTF-8?q?#19527898=20IE6=EC=97=90=EC=84=9C=20=EC=9D=B8?= =?UTF-8?q?=ED=84=B0=EB=84=B7=20=EC=82=AC=EC=9D=B4=ED=8A=B8=EB=A5=BC=20?= =?UTF-8?q?=EC=97=B4=20=EC=88=98=20=EC=97=86=EC=8A=B5=EB=8B=88=EB=8B=A4?= =?UTF-8?q?=EB=9D=BC=EB=8A=94=20=EC=97=90=EB=9F=AC=20=EB=B0=9C=EC=83=9D?= 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@8090 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/skins/xeed/js/xeed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/skins/xeed/js/xeed.js b/modules/editor/skins/xeed/js/xeed.js index 0dc2b384f..aa25ee35a 100644 --- a/modules/editor/skins/xeed/js/xeed.js +++ b/modules/editor/skins/xeed/js/xeed.js @@ -2133,7 +2133,7 @@ FileUpload = xe.createPlugin('FileUpload', { if (this.$modal_box.length) { // #19473993 - move the file window to document's end - this.$modal_box.appendTo(document.body); + jQuery(function(){ self.$modal_box.appendTo(document.body) }); this.$attach_list = this.$modal_box.find('div.xdal'); this.$attach_list