Closed (fixed)
Project:
Modal Frame API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Jun 2009 at 09:40 UTC
Updated:
3 Jul 2009 at 15:40 UTC
In case of the d7ux use of this module (or in any other case, when the dialog would be used more like a navigable lightbox), drag-and-drop functionality is not desired and we can make the output slimmer (and less potential for errors and UI confusion) if we don't use the draggable component.
Not sure if we can just remove this like I did, since I did not find any code in the parent.js to make the dialog draggable, but jQuery UI docs say the draggable component is optional.
(This is a total a pseudo-patch to show the area affected not an actual code suggestion).
| Comment | File | Size | Author |
|---|---|---|---|
| draggable.patch | 710 bytes | gábor hojtsy |
Comments
Comment #1
markus_petrux commentedI just added a new option (draggable) which is enabled by default.
Commited to CVS: patch for D7.
Keeping this as "needs work" because now, if disabled, we still have a dialog title with
cursor:move. hmm...Comment #2
markus_petrux commentedOk, this is now fixed for both, D6 and D7.