|
Title: [FIXED] Window resize bug Post by: wade.zhu on April 16, 2014, 09:05:16 PM i found a bug on window/dialog when it in a iframe
when i re-size one border(eg: South border) outsize the iframe and release the mouse, then back into the iframe, the window/dialog will not be drag-able again. i tracked the code, found the 'window-proxy-mask' above the window Code: <!DOCTYPE html> note:the iframe src 'basic.html' is same as window demo 'basic.html' Title: Re: Window resize bug Post by: stworthy on April 17, 2014, 01:12:21 AM Please download the patch file from http://www.jeasyui.com/download/downloads/jquery-easyui-1.3.6-patch.zip to solve this issue.
Title: Re: Window resize bug Post by: wade.zhu on April 17, 2014, 02:58:14 AM Great! it is OK now. Thanks :)
|