EasyUI Forum

General Category => Bug Report => Topic started by: poshere on January 10, 2013, 01:24:42 AM



Title: datebox width property not work since 1.2.6 for ie6
Post by: poshere 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


Title: Re: datebox width property not work since 1.2.6 for ie6
Post by: poshere on January 16, 2013, 01:53:55 AM
stworthy, how about this one, i think some one may also meet this problem in ie6


Title: Re: datebox width property not work since 1.2.6 for ie6
Post by: stworthy on January 17, 2013, 01:15:08 AM
Although I run the code you provided more than one time, however can not find any exceptions. Here is the example tested.
http://jsfiddle.net/K6cse/


Title: Re: datebox width property not work since 1.2.6 for ie6
Post by: poshere 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.