pkt1583 / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 0 forks source link

MultiSelect/ItemSelect: can't get scroll bars #436

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

What is the expected output? What do you see instead?
I'm using the ItemSelect but can't get the scroll bars to show when there's 
more data than can be displayed in the left or right MultiSelect windows. 

What version of the product are you using? On what operating system?

Please provide any additional information below.

I've finally worked it out. It took some digging with Firebug and I'm not 
sure if I'm going to "break" something else. I changed line 248 of ext-
all.css from .x-fieldset-body{overflow:hidden;} to .x-fieldset-
body{overflow:auto;}. This was overriding the setting in Multiselect.css. 
I'm not an expert in css but this has got me out of a bind right now. I'd 
be happy for any comments.

forum: 
http://gwt-ext.com/forum/viewtopic.php?f=6&t=3042

Original issue reported on code.google.com by nietz...@gmail.com on 9 Oct 2008 at 8:33