Side navigation
#2794 closed bug (invalid)
Opened May 05, 2008 09:34PM UTC
Closed January 07, 2009 03:50AM UTC
[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: | ||
Blocked by: | Blocking: |
Description
see http://dev.jquery.com/view/tags/ui/1.5b4/tests/uiTest.dialog.html
could be related to #2793
Attachments (1)
Change History (6)
Changed May 05, 2008 09:54PM UTC by comment:1
Changed May 08, 2008 12:48AM UTC by comment:2
For me, the bug shows regardless of whether modal is true or false.
Changed May 08, 2008 04:37PM UTC by comment:3
resolution: | → fixed |
---|---|
status: | new → closed |
This has been fixed in the newest trunk version.
Changed May 12, 2008 04:55PM UTC by comment:4
resolution: | fixed |
---|---|
status: | closed → reopened |
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.
Changed May 23, 2008 10:41AM UTC by comment:5
if you don't include 'ui.resizable.js' it's draggable, so i think the resize-script overwrites the draggable ability
Changed January 07, 2009 03:50AM UTC by comment:6
resolution: | → invalid |
---|---|
status: | reopened → closed |
If this is still a problem, open a bug in the UI tracker.
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.