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;
>
> >   loadGroupListBox(workingLists, groupListBox);
>
> >     private void loadGroupListBox(ArrayList<ListBoxItem> itemList,
> > ListBox listBox)
> >     {
> >         for (int i = 0; i < itemList.size(); ++i)
> >         {
> >             ListBoxItem item = itemList.get(i);
> >             listBox.addItem(item.getDesc(), item.getCode());
> >         }
> >     }
>
> > On Nov 1, 6:27 am, Nathan Wells <nwwe...@gmail.com> wrote:
>
> > > 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 anyone else seen this?
> > > > Any chanse for a 2.0.5 fix?
>
> > > > Thanks- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to