thequest
10 Nov 2009, 1:23 PM
This occurs both on FF2 and IE6.
this.popup = new Window();
this.popup.setAutoHeight(true);
this.popup.setAutoWidth(true);
this.popup.setHeading("Test");
this.popup.add(new Label("Just some widget..."));
When this Window is shown, if this.popup.setAutoWidth() is called, then the width will be such that the the Window is as wide as the browser (and the bottom of the Window doesn't exist when I run it in GWT hosted on XP). If this.popup.setAutoWidth() isn't used, then the Window will be the default width of 300px.
Has anybody seen this issue or found a workaround? According to the specs, GXT is supposed to support both these browsers...
Stephen
this.popup = new Window();
this.popup.setAutoHeight(true);
this.popup.setAutoWidth(true);
this.popup.setHeading("Test");
this.popup.add(new Label("Just some widget..."));
When this Window is shown, if this.popup.setAutoWidth() is called, then the width will be such that the the Window is as wide as the browser (and the bottom of the Window doesn't exist when I run it in GWT hosted on XP). If this.popup.setAutoWidth() isn't used, then the Window will be the default width of 300px.
Has anybody seen this issue or found a workaround? According to the specs, GXT is supposed to support both these browsers...
Stephen