google-code-export / gwt-ext

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

Showcase Layout Dialog, first tab not rendered #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Not a bug in the library, but worth fixing - 
This first tab in the LayoutDialog demo doesn't show the title.

LayoutDialogPanel.java, line 103:
layout.add(LayoutRegionConfig.CENTER, new ContentPanel("The First Tab"));

should be:
layout.add(LayoutRegionConfig.CENTER, new ContentPanel(Ext.generateId(),
"The First Tab"));

Original issue reported on code.google.com by asgill...@gmail.com on 3 Sep 2007 at 12:49

GoogleCodeExporter commented 9 years ago
Fixed. Thanks.

Original comment by sanjiv.j...@gmail.com on 4 Sep 2007 at 12:52