EasyUI Forum
April 27, 2024, 12:33:16 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: Layout bug  (Read 10708 times)
ClSoft
Jr. Member
**
Posts: 92


View Profile
« on: February 02, 2013, 05:32:51 AM »

Hi
please see attached page, it is simple page contain Layout.
When I click 10 times on reload page (in Google chrome only) 1-2 times page is not displayed, only empty screen.
Why?
Thanks.
Logged
stworthy
Administrator
Hero Member
*****
Posts: 3581


View Profile Email
« Reply #1 on: February 03, 2013, 04:45:42 AM »

You are missing closing div tag when declaring layout. Please try the code below:
Code:
<!DOCTYPE html>  
<html> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/default/easyui.css">
<link rel="stylesheet" type="text/css" href="http://www.jeasyui.com/easyui/themes/icon.css">
<script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.easyui.min.js"></script>
</head> 
<body> 
    <div class="easyui-layout"  fit="true">   
    <div region="west" split="true" title="A" style="width:250%;padding:5px;">  </div>   
    <div region="south" split="true" Title="B" style="height:250%;padding:5px"> </div>   
    <div region="center" title="C" style="padding:5px;"></div>
    </div>
</body> 
</html> 
Logged
ClSoft
Jr. Member
**
Posts: 92


View Profile
« Reply #2 on: February 03, 2013, 07:03:12 AM »

Thanks and sorry!
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!