javierdotnet / gwt-ext

Automatically exported from code.google.com/p/gwt-ext
0 stars 3 forks source link

FormPanel lays out with no fields when in CardLayout #416

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a panel with a CardLayout 
2. Create a FormPanel with a title and a single TextField
3. Add the FormPanel to the CardLayout panel

What is the expected output? What do you see instead?
FormPanel should display both the header with title, and the text field,
but only the header is rendered. If the Panel is changed from CardLayout to
default layout (and setActiveItem commented out) the FormPanel renders
correctly.

What version of the product are you using? On what operating system?
gwt-ext 2.0.4 on Windows XP.  GWT 1.5.2

Please provide any additional information below.

Original issue reported on code.google.com by troublec...@gmail.com on 16 Sep 2008 at 3:49

Attachments: