juijs / jui-ui

JUI provide all kinds of UI components that are used in web pages. However, charts and grids are not included.
http://uiplay.jui.io
404 stars 104 forks source link

윈도우 이동시 소스 코드같은 창이 보이는 오류 #518

Open racuca opened 2 years ago

racuca commented 2 years ago

이런 오류를 보셨나요? 윈도우를 하나 생성해서 타이틀을 끌어서 이동하다 보면 마우스가 꼬이는 경우가 발생하여 실제로 끌고 있음에도 윈도우는 이동하지 않고 소스코드같이 보이는 창이 위에서 이동하는 경우가 발생합니다. 혹시 수정가능할까요?

'<'div id="error-window" class="msgbox warning" style="right: 0px; visibility:hidden"'>'

jui.ready(["ui.window"], function (win) {
    errorwindow = win("#error-window", {
        width: 400,
        height: 200,
        modal: false,
        modalIndex: -1,
        top: 200,
        left: 400,
        resize: false
    });
});

Window소스코드보이는오류