Skip to main content

Search and Top Navigation

#10066 closed bug (duplicate)

Opened May 24, 2014 09:58AM UTC

Closed May 24, 2014 12:13PM UTC

Jquery UI Dialog go off screen when drag/move.

Reported by: vee Owned by:
Priority: minor Milestone: none
Component: ui.dialog Version: 1.10.4
Keywords: Cc:
Blocked by: Blocking:
Description

See it in actions. http://jsbin.com/boviboro/1/edit

Jquery UI Dialog go off screen when drag/move.

This happens when scroll down on the page to click button and open dialog. And when you drag that dialog it go off screen.

This bug occurs on Firefox, IE. It works fine on Chrome, Opera.

OS: Windows 7.

<p>Loaded. Scroll to bottom.</p>
  <div style="height: 1500px;"></div>
  <button type="button" onclick="$('#dialog').dialog('open');">Open dialog</button>
  <div id="dialog"><p>I'm in dialog.</p>
    
  <script>
    $(function() {
      $('#dialog').dialog({
        autoOpen: false
      });
    });
  </script>
Attachments (0)
Change History (1)

Changed May 24, 2014 12:13PM UTC by scottgonzalez comment:1

resolution: → duplicate
status: newclosed

Duplicate of #9315.