EasyUI Forum
May 01, 2024, 09:46:58 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / Bug Report / Calendar week bug on: August 07, 2017, 02:31:49 AM
2017-08-07 week
31 or 33 ?

2017.8.7
It should be week 33rd, not 31 weeks.
2  General Category / EasyUI for jQuery / form load medthod bug?? on: July 30, 2013, 12:22:46 AM
<form id="f">
<input name="user.name"/>
<input name="user.age"/>
</form>


var json = {user:{name:'yu',age:'30'}};
$('#f').form('load',json);
3  General Category / Bug Report / Re: EasyUI1.3.3 layout east Adaptive Calculation errors on: May 10, 2013, 10:53:17 PM
Demo:
http://sypro.cloudfoundry.com/

step1:Close East panel
step2:Enlarge or shrink the browser

You will find Panel the central panel is not adaptive in the east
4  General Category / Bug Report / EasyUI1.3.3 layout east Adaptive Calculation errors on: May 10, 2013, 10:52:10 PM
Demo:
http://sypro.cloudfoundry.com/

step1:Close East panel
step2:Enlarge or shrink the browser

You will find Panel the central panel is not adaptive in the east
5  General Category / EasyUI for jQuery / Re: easyui1.3.3 conflict with bootstrap style on: May 08, 2013, 03:25:11 PM
Try adding the code below to solve this issue:
Code:
	<style>
.tooltip{
opacity:1;
filter:alpha(opacity=100);
}
</style>


Thanks, solved.
6  General Category / EasyUI for jQuery / easyui1.3.3 conflict with bootstrap style on: May 08, 2013, 06:54:32 AM
easyui1.3.3 conflict with bootstrap style

Validation without prompting, presumably style conflict

Test the connection
http://sypro.cloudfoundry.com/
7  General Category / EasyUI for jQuery / 1.3.3 ie6/7/8 are not supported on: May 05, 2013, 03:31:39 PM
1.3.3 ie6/7/8 are not supported
8  General Category / EasyUI for jQuery / Re: Why remove all nodes occur bug on: October 29, 2012, 10:19:37 PM
var roots = $('#targetTree').tree('getRoots');
  for(var i = 0; i < roots.length; i++){
  $('#targetTree').tree('remove',roots.target);
}

Why occur bug with message '0.target is null or ...'

当你remove第一个后,这个roots的索引就改变了,所以会出错。
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!