Re: [gwt-contrib] LayoutPanel & Button in Mozilla

2010-01-20 Thread G. Georgopoulos
Hi, setWidth("100%") without any margin or border works I was hoping there would be a custom css property that could fix that. Thanks, George. On 01/20/2010 05:27 PM, Joel Webber wrote: Agreed that this is a really irritating bug in Firefox. Have you tried w/h:100% just on the button itself?

Re: [gwt-contrib] LayoutPanel & Button in Mozilla

2010-01-20 Thread Joel Webber
Agreed that this is a really irritating bug in Firefox. Have you tried w/h:100% just on the button itself? This is required for and on all browsers, though it's not baked into the Layout code by default, because it mis-lays-out slightly (pushes borders and margin off the edge). On Wed, Jan 20, 2

[gwt-contrib] LayoutPanel & Button in Mozilla

2010-01-20 Thread ggeorg
Hi, is there a workaround for : public void onModuleLoad() { LayoutPanel panel = new LayoutPanel(); panel.add(new Button("Hello!")); RootLayoutPanel.get().add(panel); } left: 0px; right: 0px; together do not work in Firefox 3.5.6 (top: 0px; bottom: 0px; work). There is also th