Ticket #2215 (closed defect: worksforme)
Panel doesn't obey setHeight and setWidth
| Reported by: | Mauno Haukila | Owned by: | Matti Tahvonen |
|---|---|---|---|
| Priority: | blocker | Milestone: | User Interface Library 5.3.0 RC |
| Component: | gwt-adapter-client | Version: | trunk |
| Keywords: | Cc: | ||
| Known Issue description: | |||
| Hours estimate: | Deadline (dd.mm.yyyy): | ||
| Known Issue version (since): | Known Issue title: | ||
| Hours done: | Depends to: | ||
| Affects documentation: | no | ||
| Known Issue workaround: | |||
| Affects release notes: | no | Contract: | |
Description
Changed 5.2.12 to nightlybuild 5.3.0_trunk_20081119.jar and panel heights and width broke. If
OrderedLayout ol = new OrderedLayout();
Panel p = new Panel("Test");
p.addComponent(new Label("Panel1"));
p.setHeight("500px");
p.setWidth("500px");
p.setStyleName(Panel.STYLE_LIGHT);
ol.addComponent(p);
return ol;
Change History
Note: See
TracTickets for help on using
tickets.
