EasyUI Forum
May 08, 2024, 02:37:48 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: layout和window组合使用时碰到一个bug(1.3.2)  (Read 12397 times)
zzdfc
Jr. Member
**
Posts: 58


View Profile
« on: April 12, 2013, 06:58:54 AM »


在一个整页的layout中弹出一个模态window,然后把这个window最大化,再关闭这个window,此时layout会自动收缩,只剩下标题条。

这个现象只发生在1.3.2中,而1.3.1中则没有这个现象。
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: April 12, 2013, 08:26:32 AM »

Here is the file to fix this issue. Another way to solve this issue is to declare the whole layout as:
Code:
<html style="height:100%">
<body class="easyui-layout" style="height:100%">
...
</body>
</html>
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!