ListBox has a weird behavior with fireFox (23.0.1), not with Chrome and
Safari.
Here is my code :
public void onModuleLoad(){
ListBox list= new ListBox(false);
RootLayoutPanel.get().add(list);
RootLayoutPanel.get().setWidgetLeftWidth(list,0,Unit.PCT,50,Unit.PCT);
for (int i=0;i<100;i++){
list.addItem("item "+i);
}
}
The result is weird with FireFox : the list does not occupy 50% of the
width, but it occupies 100% of the height.
It seems that the Layout Mechanism does not work on Firefox.
It is probably a problem with Css because I have a second problem (probably
linked) : on firefox, all my drawing on canvas are black (no colors).
Thank you for helping me
Vincent
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.