EasyUI Forum
May 09, 2024, 12:07:06 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: Use the 1.3.3 demo find a Layout bug!!!  (Read 11072 times)
cnyangqi
Newbie
*
Posts: 2


View Profile Email
« on: July 09, 2013, 01:43:41 AM »

version:1.3.3

file path: demo/layout/full.html

add this code

<div data-options="region:'center',title:'Center'">
          <div id="p" class="easyui-panel" title="My Panel" style="width:500px;height:1500px;padding:10px;background:#fafafa;" data-options="iconCls:'icon-save',closable:true,collapsible:true,minimizable:true,maximizable:true">
            <p>panel content.</p>
            <p>panel content.</p>
         </div>
   </div>

if u collaps the west layout and uncollaps it , the add's panel vertical direction scroll is miss...

中文:
恳请作者帮忙解决,我在项目里发现这个问题,当收缩再恢复左边的布局的时候,中间面板的竖直方向滚动条就消失了。求解决。我的英文不是很好,所以又写了中文。
« Last Edit: July 09, 2013, 01:46:27 AM by cnyangqi » Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: July 09, 2013, 06:09:45 AM »

To solve this issue, please download the updated layout plugin from http://www.jeasyui.com/easyui/plugins/jquery.layout.js and include it into your page. Just like this:
Code:
	<script type="text/javascript" src="../../jquery.min.js"></script>
<script type="text/javascript" src="../../jquery.easyui.min.js"></script>
<script type="text/javascript" src="http://www.jeasyui.com/easyui/plugins/jquery.layout.js"></script>
Logged
cnyangqi
Newbie
*
Posts: 2


View Profile Email
« Reply #2 on: July 09, 2013, 07:34:19 PM »

 Grin
it works,thank you^_^u english is very great,ha
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!