I have a ListBox which displays just fine with
rootPanel.get('picker').add(listBox, -1, -1), but not with
rootPanel.get('picker').add(listBox)

When I look at the css on firebug i see this nested inside </div>:

<div id='picker'>

<div style="overflow: hidden; position: relative; width: 100%;">
<select class="gwt-ListBox" tabindex="0" style="position: absolute;
left: 24px; top: 33px; width: 150px;" size="1">
</div>

</div>

My question is: why does the inner div have "overflow: hidden"?

if I edit this out on firebug, the widget displays. but I would like
to know what method to call on the widget/composite's class to prevent
this type of styling!!!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to