Thanks for your reply Jason. I wasn't adding any stylesheet to the GWT module, just whatever default it uses. for instance, I never heard of <inherits> name="com.google.gwt.user.theme.standard.StandardResources"/>
I'm using FIrefox 3.01 with GWT 1.5 It finally worked for me though when I added the ListBox to Vertical or Horizontal Panel instead of AbsolutePanel (which is what I had before). I think that was the problem. On Thu, Sep 4, 2008 at 5:27 PM, Jason Essington <[EMAIL PROTECTED]>wrote: > > > On Sep 4, 2008, at 3:02 PM, Sumit Chandel wrote: > > > Hi Kwame, > > > > I just tried to reproduce the issue with the code snippet below and > > didn't have any problems with displaying the ListBox. I tried this > > on Firefox 2 with GWT 1.5 and used the standard stylesheet > > (<inherits > > name="com.google.gwt.user.theme.standard.StandardResources"/>) > > > > <snip/> > > > I'm not sure where the added "overflow: hidden;..." attribute came > > from in your case. Could you post back with more details on: > > > > 1) Which version of GWT you were using when the problem occurred > > > > 2) Which GWT style you're applying > > > > 3) Which version of Firefox you're using > > > > And perhaps whether you are using GWT-EXT? > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
