EasyUI Forum

General Category => Bug Report => Topic started by: aswzen on March 23, 2015, 10:02:15 PM



Title: Horizontal scrollbar disappear on collapsed datagrid [BUG]
Post by: aswzen on March 23, 2015, 10:02:15 PM
I found a bug on datagrid and happened on latest Chrome and Firefox

Case :
I have a datagrid with collapsed:true and 5 columns that configured with fixed width..
when i open/expand the datagrid, it will hide the remain column that overwidth on the right side, it's ok. but i can't scroll it to the right because the scrollbar is disappear. just like the image below

(http://oi58.tinypic.com/2rrt1t4.jpg)

here the fiddle
http://jsfiddle.net/aswzen/bgy4kg2k/6/ (http://jsfiddle.net/aswzen/bgy4kg2k/6/)

why this is happened?


Title: Re: Horizontal scrollbar disappear on collapsed datagrid [BUG]
Post by: jarry on March 24, 2015, 12:23:07 AM
Please download the patch from http://www.jeasyui.com/download/downloads/jquery-easyui-1.4.2-patch.zip


Title: Re: Horizontal scrollbar disappear on collapsed datagrid [BUG]
Post by: aswzen on March 24, 2015, 01:40:39 AM
thank you ..
your patch works perfectly :)