Hello Dave,
I have a similar issue with you. Not exactly the same but I
think it is much related. On IE and Hosted (on all other browsers it
is working properly) even if I do
SetVisibleItemCount = 18 I will see only a small listbox with place to
see only the first element of the list (the same height with a
textbox). How did you overcome this?
>From your description I understand you went one step further and you
discovered a new bug in the same area of GWT ( listbox +
setVisibleCount + IE/Hosted).
Thanks,
Doru
http://java-hobby.blogspot.com/
On Feb 27, 7:16 pm, Dave E <[email protected]> wrote:
> I'm trying to create a listbox with a visibleItemCount of more than
> one (I want a list, not a dropdown), with none of the items in the
> list selected by default. I've tried everything I can think of, and
> I'm still seeing the first item selected by default in both IE and the
> native development browser (it happens to work the way I want in
> firefox though). I found another post suggesting setting the selected
> index to -1, then programatically "unsetting" the previously selected
> item setItemSelected(index, false), but that doesn't work for me
> either. Anyone have any ideas how I might accomplish this? Seems
> like it should be easy, but I'm embarassed to admit I've already spent
> hours trying to get it working.
>
> Thanks,
> -Dave
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---