Re: Window 7 IE8 Drop Down List Boxes open problem

2011-01-13 Thread skippy
Any chance anyone else has this problem? On Dec 15 2010, 12:46 pm, skippy al.leh...@fisglobal.com wrote: This is atill a problem. However, it is in IE8 on Windows 7. On Nov 3, 7:29 am, skippy al.leh...@fisglobal.com wrote:   @UiField ListBox groupListBox;  

Re: Window 7 IE8 Drop Down List Boxes open problem

2011-01-13 Thread Ben Imp
I am running IE8 / Windows 7 and have not had any issues with the GWT combo boxes. -Ben On Jan 13, 1:49 pm, skippy al.leh...@fisglobal.com wrote: Any chance anyone else has this problem? On Dec 15 2010, 12:46 pm, skippy al.leh...@fisglobal.com wrote: This is atill a problem. However, it

Re: Window 7 IE8 Drop Down List Boxes open problem

2010-12-15 Thread skippy
This is atill a problem. However, it is in IE8 on Windows 7. On Nov 3, 7:29 am, skippy al.leh...@fisglobal.com wrote:   @UiField ListBox groupListBox;   loadGroupListBox(workingLists, groupListBox);     private void loadGroupListBox(ArrayListListBoxItem itemList, ListBox listBox)     {  

Re: Window 7 IE8 Drop Down List Boxes open problem

2010-11-03 Thread skippy
@UiField ListBox groupListBox; loadGroupListBox(workingLists, groupListBox); private void loadGroupListBox(ArrayListListBoxItem itemList, ListBox listBox) { for (int i = 0; i itemList.size(); ++i) { ListBoxItem item = itemList.get(i);

Re: Window 7 IE8 Drop Down List Boxes open problem

2010-11-01 Thread Nathan Wells
Do you have a snippet of code that can reproduce this problem? this sounds like a browser issue to me. On Oct 28, 6:20 am, skippy al.leh...@fisglobal.com wrote: In this configuration, the drop down list boxes open with the top out of the top of the browser and no scrollBar. GWT 2.0.4 Has

Window 7 IE8 Drop Down List Boxes open problem

2010-10-28 Thread skippy
In this configuration, the drop down list boxes open with the top out of the top of the browser and no scrollBar. GWT 2.0.4 Has anyone else seen this? Any chanse for a 2.0.5 fix? Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To