EasyUI Forum
September 14, 2025, 07:01:08 AM *
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 / Re: datebox width property not work since 1.2.6 for ie6 on: January 17, 2013, 06:39:18 AM
hi, stworthy, what i meant was that this "with" propery for datebox not work in ie6, the datebox width will not change but remain the same width no matter what value for width property. you can try in ie6.
2  General Category / Bug Report / Re: datebox width property not work since 1.2.6 for ie6 on: January 16, 2013, 01:53:55 AM
stworthy, how about this one, i think some one may also meet this problem in ie6
3  General Category / Bug Report / Re: tabs with datagrid bug in 1.3.1 on: January 16, 2013, 01:52:46 AM
thanks, that works in 1.3.2:)
4  General Category / Bug Report / Re: tabs with datagrid bug in 1.3.1 on: January 15, 2013, 02:47:02 AM
hi, any info for this problem?
5  General Category / Bug Report / datebox width property not work since 1.2.6 for ie6 on: January 10, 2013, 01:24:42 AM
<input type='text' id='txt1' />
$(document).ready(function(){
    $('#txt1').datebox({
        width:100
    })
});
the text width with datebox icon will not change in ie6, but works well in ie7+, this problems exist since 1.2.6
6  General Category / Bug Report / tabs with datagrid bug in 1.3.1 on: January 10, 2013, 01:20:37 AM
hi, when I dynamic generate datagrid in tabs, it will promp an error:
------------------------------------------------------------------
Uncaught TypeError: Cannot read property 'options' of undefined
$.fn.datagrid.methods.optionsjquery.easyui.min.js:7686
$.fn.datagridjquery.easyui.min.js:7553
$.fn.datagrid.defaults.$.extend.loaderjquery.easyui.min.js:8087
_53bjquery.easyui.min.js:7499
opts
------------------------------------------------------------------
the code is below:
------------------------------------------------------------------
<script type='text/javascript'>
$(document).ready(function(){
   var str = "<table class='easyui-datagrid' title='Basic DataGrid' style='width:700px;height:250px'></table>";
   $('#easytabs').tabs("add",{
      title: 'title',
      content: str
   });
});
</script>
<html>
<body>
<div id="easytabs" class="easyui-tabs" style="width:700px;height:250px">
</div>
------------------------------------------------------------------
in the version before 1.3.1 works well

hope to be fiexed

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!