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  wrote:
> Any chance anyone else has this problem?
>
> On Dec 15 2010, 12:46 pm, skippy  wrote:
>
> > This is atill a problem.
>
> > However, it is in IE8 on Windows 7.
>
> > On Nov 3, 7:29 am, skippy  wrote:
>
> > >   @UiField ListBox groupListBox;
>
> > >   loadGroupListBox(workingLists, groupListBox);
>
> > >     private void loadGroupListBox(ArrayList 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  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  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.



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  wrote:
> This is atill a problem.
>
> However, it is in IE8 on Windows 7.
>
> On Nov 3, 7:29 am, skippy  wrote:
>
>
>
> >   @UiField ListBox groupListBox;
>
> >   loadGroupListBox(workingLists, groupListBox);
>
> >     private void loadGroupListBox(ArrayList 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  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  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.



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  wrote:
>   @UiField ListBox groupListBox;
>
>   loadGroupListBox(workingLists, groupListBox);
>
>     private void loadGroupListBox(ArrayList 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  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  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 -

-- 
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-tool...@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.



Re: Window 7 IE8 Drop Down List Boxes open problem

2010-11-03 Thread skippy
  @UiField ListBox groupListBox;

  loadGroupListBox(workingLists, groupListBox);



private void loadGroupListBox(ArrayList 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  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  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 -

-- 
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-tool...@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.



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  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

-- 
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-tool...@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.



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 post to this group, send email to google-web-tool...@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.