Search and Top Navigation
#3731 closed bug (fixed)
Opened January 01, 2009 07:36PM UTC
Closed January 03, 2009 05:26AM UTC
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
1. open the page http://ui.jquery.com/demos/dialog
2. 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 (3)
Changed January 02, 2009 02:07PM UTC by comment:1
milestone: | TBD → 1.6 |
---|
Changed January 02, 2009 02:11PM UTC by comment:2
This could probably also be handled by setting containment to document when initializing the draggable.
Changed January 03, 2009 05:26AM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
Fixed in r1486.
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.