Ticket #2794 (closed bug: invalid)
[UI Dialog] 1.5b4 Dialogs no longer draggable
| Reported by: | ThrushAAX | Owned by: | paul |
|---|---|---|---|
| Priority: | critical | Milestone: | 1.2.4 |
| Component: | ui | Version: | 1.2.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
see http://dev.jquery.com/view/tags/ui/1.5b4/tests/uiTest.dialog.html
could be related to #2793
Attachments
Change History
Changed 5 years ago by srepciuc
-
attachment
bug.html
added
The bug shows only when modal is set to true
comment:2 Changed 5 years ago by ivan
For me, the bug shows regardless of whether modal is true or false.
comment:3 Changed 5 years ago by paul
- Status changed from new to closed
- Resolution set to fixed
This has been fixed in the newest trunk version.
comment:4 Changed 5 years ago by ThrushAAX
- Status changed from closed to reopened
- Resolution fixed deleted
Dialog's still can't be dragged, try http://dev.jquery.com/view/trunk/ui/tests/uiTest.dialog.html#dialog-options-draggable-true
or try the dialog functional demo. I don't know why the modal issue was mentioned in this ticket, that doesn't have anything to do with draggability.
comment:5 Changed 5 years ago by jg
if you don't include 'ui.resizable.js' it's draggable, so i think the resize-script overwrites the draggable ability
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

I noticed an issue also with the dialogs... I am getting an error message saying 'dialog.options has no properties'. I found this same issue on http://dev.jquery.com/view/tags/ui/1.5b4/tests/uiTest.dialog.html when I clicked on the overlay option.