EasyUI Forum

General Category => Bug Report => Topic started by: kingor2001 on April 07, 2013, 08:16:24 AM



Title: a strange bug about extend DetailView for SubGrid
Post by: kingor2001 on April 07, 2013, 08:16:24 AM
the subgrid demo is running ok, but when the datagrid table which view is set detailview and fitColumns is false is inside a tab, a select tab action will change all columns' width. if want to restore width, need resize any a column. but the next select tab action change all column width again. could you help me to solve it? 3ks


Title: Re: a strange bug about extend DetailView for SubGrid
Post by: stworthy on April 07, 2013, 11:19:03 AM
Providing an example to demonstrate your issue may be more appropriate.


Title: Re: a strange bug about extend DetailView for SubGrid
Post by: kingor2001 on April 08, 2013, 04:19:47 AM
my demo file put the attach, the most important line of code is <script type="text/javascript" src="../../jquery.easyui.min.js"></script>, which means the "jquery.easyui.min.js" file come from local, and it's version is 1.3.2. the error is a select tab action will change all columns' width. but changing the line to <script type="text/javascript" src="http://www.jeasyui.com/easyui/jquery.easyui.min.js"></script> , which means  the "jquery.easyui.min.js" file come from www.jeasyui.com, the demo run excellent.
http://www.jeasyui.com/easyui/jquery.easyui.min.js version is also 1.3.2, whether change than the released version 1.3.2?