[jquery-ui] Re: jQuery dialog option draggable

2009-01-18 Thread Daniel S. Kim
I'm surprised that this isn't an issue that gets brought up more often and am curious to see what others are doing to handle the fact that the dialog can get stuck when the title bar is dragged above the window or to the left beyond visibility. This is what I am using: $(el).dialog(

[jquery-ui] Re: jQuery dialog option draggable

2009-01-18 Thread Scott González
That last comment may have been confusing. It shouldn't be possible to drag the dialog past the top or right of the document anymore in 1.6rc5. On Jan 18, 4:41 am, Daniel S. Kim daniels...@gmail.com wrote: I'm surprised that this isn't an issue that gets brought up more often and am curious

[jquery-ui] Re: jQuery dialog option draggable

2008-12-18 Thread Scott González
In an effort to keep our APIs simple and meet the needs of the largest possible audience, we only provide limited built-in support for mixing plugins. In the case of draggable for dialog, you can only turn it on or off and you always drag by the titlebar. If you need more complex functionality,