EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: rezzonico on October 17, 2016, 12:31:47 AM



Title: draggable dialog
Post by: rezzonico on October 17, 2016, 12:31:47 AM
Hi all,

I have a draggable dialog.
If I move the dialog to the top of the screen, then the toolbar is not visilble and therefore it is not possible to move or close the dialog.
You can try it with the following example:
http://www.jeasyui.com/demo/main/index.php?plugin=Dialog&theme=default&dir=ltr&pitem=

Is it possible to avoid this ?

Regards
Miche


Title: Re: draggable dialog
Post by: stworthy on October 17, 2016, 12:56:30 AM
Please set the 'constrain' property to true to avoid this issue.


Title: Re: draggable dialog
Post by: rezzonico on October 17, 2016, 01:05:58 AM
Thanks !

Regards.
Miche