Ticket #2215 (closed defect: worksforme)

Opened 7 weeks ago

Last modified 7 weeks ago

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

Changed 7 weeks ago by Matti Tahvonen

  • status changed from new to closed
  • resolution set to invalid

Some text missing from description? I wonder what was brokent. There was some OL issues trunk just few days ago (content missing when in panel). Same issue maybe?

Please reopen with better details if this issue still exists in latest nightly.

Changed 7 weeks ago by Mauno Haukila

  • status changed from closed to reopened
  • resolution deleted

Tried with latest nighly build. "Panel doesn't obey setHeight" means that if I say setHeight("500px"); I get panel that is not 500px height but with height 97px. Browser fx3.0.

Changed 7 weeks ago by Matti Tahvonen

  • owner changed from ticketmaster to Matti Tahvonen
  • status changed from reopened to accepted
  • milestone set to User Interface Library 5.3.0 RC

Changed 7 weeks ago by Matti Tahvonen

  • status changed from accepted to closed
  • resolution set to worksforme

test case in [5946].

Works in trunk. Maybe fixed today.

Note: See TracTickets for help on using tickets.