EasyUI Forum

General Category => Bug Report => Topic started by: korenanzo on April 27, 2016, 01:50:28 AM



Title: drag a popup out of area
Post by: korenanzo on April 27, 2016, 01:50:28 AM
It is possible to drag a popup window over the UP border of the window, in a way that the title bar becomes unreachable , so it is impossible to move again the window
try dragging the popup window as much higher as possible

http://code.reloado.com/oeasyrik1/2/edit#preview

(https://dl.dropboxusercontent.com/u/1181512/aa.png)


Title: Re: drag a popup out of area
Post by: jarry on April 27, 2016, 02:00:28 AM
This is not the bug. An extended 'constrain' method can be called to limit the moving area. Please look at:

http://www.jeasyui.com/forum/index.php?topic=5361.0
http://code.reloado.com/oeasyrik1/3/edit


Title: Re: drag a popup out of area
Post by: korenanzo on April 27, 2016, 02:42:57 AM
Thanks carry

I have a problem with this:

  into state
 var state = $(target).data('window');

sometimes I don't have the proxy

thanks,

RIc