mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
IE에서 파일탐색창 드래그가 정상적으로 작동하지 않던 버그 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7928 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
31b045d4ae
commit
ce76db4c5a
1 changed files with 2 additions and 0 deletions
|
|
@ -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])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue