Opened 14 years ago
Closed 14 years ago
#3731 closed bug (fixed)
dialog window can't be closed
Reported by: | dypa | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.dialog | Version: | 1.6rc4 |
Keywords: | дибилы :) | Cc: | |
Blocked by: | Blocking: |
Description
- open the page http://ui.jquery.com/demos/dialog
- drag dialog window to the top of the page while dialog will not be out side of the window
the same problem when dialog window is draged out of the body width && height (apperes scrool)
sorry for my bad english
Attachments (2)
Change History (5)
Changed 14 years ago by
Changed 14 years ago by
comment:1 Changed 14 years ago by
Milestone: | TBD → 1.6 |
---|
comment:2 Changed 14 years ago by
This could probably also be handled by setting containment to document when initializing the draggable.
Note: See
TracTickets for help on using
tickets.
Suggested solution:
on drag stop:
I'm not sure the last rule is needed as the document will normally stretch if the dialog is dragged to the right.