IE에서 파일탐색창 드래그가 정상적으로 작동하지 않던 버그 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7928 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-11-29 02:22:19 +00:00
parent 31b045d4ae
commit ce76db4c5a

View file

@ -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])