EasyUI Forum
May 04, 2024, 10:43:27 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: [FIXED] Window resize bug  (Read 8948 times)
wade.zhu
Newbie
*
Posts: 27


View Profile
« 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>
<html>
<head>
<meta charset="UTF-8">
<title>Basic Window - jQuery EasyUI Demo</title>
</head>
<body>
<div style="width:500px;height:500px;background-color:red">
<iframe src="basic.html"  frameborder="0" style="border: 0; width: 100%; height: 100%; display: block"></iframe>
</div>
</body>
</html>

note:the iframe src 'basic.html' is same as window demo 'basic.html'
« Last Edit: April 17, 2014, 02:58:40 AM by wade.zhu » Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 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.
Logged
wade.zhu
Newbie
*
Posts: 27


View Profile
« Reply #2 on: April 17, 2014, 02:58:14 AM »

Great!  it is OK now. Thanks Smiley
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!