Re: about gwt listbox

2011-01-20 Thread Thad
It's been awhile, but I finally had a chance to look at this. Yes, Thomas, the problem is in DOMImplSafari's implementation of selectGetOptions(). For my workaround, when I need an OPTGROUP, I use code I linked to earlier. However, use the ListBox, I have to make some changes in ListBox.getItemC

Re: about gwt listbox

2011-01-06 Thread Thad
The code in this message worked for me in Firefox and IE, but not with Safari 5: http://groups.google.com/group/google-web-toolkit/msg/5c44460a11ad950b I haven't looked into the whys of that, but if anyone figures out a solution, I'd be interested. I had to settle for a kludge of multiple list b

Re: about gwt listbox

2011-01-06 Thread salk31
I don't think it supports that. This ticket http://code.google.com/p/google-web-toolkit/issues/detail?id=1167 seems to back that up. So guess only options are to choose a different widget, write your own or use one of the libs that builds on core GWT. On Jan 6, 6:13 am, vijay gohel wrote: > hi a