jhickman / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
0 stars 0 forks source link

FlowLayout is set for <gxt:CardPanel> #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add this to to *.ui.xml
    <gxt:CardPanel>
        <gxt-form:FieldSet heading="yyy"/>
        <gxt-form:FieldSet heading="zzz"/>
    </gxt:CardPanel>

What is the expected output?
Only one fieldset visible.
What do you see instead?
Both field sets, one below another.

What version of the product are you using? On what operating system?
1.0.1

Please provide any additional information below.
in generated *UiBinderImp*.java the method setLayout(FlowLayout) is called 
explicitly, although there's no attribute "layout".

http://code.google.com/p/gxt-uibinder/source/browse/gxt-uibinder/src/com/jhickma
n/web/gwt/gxtuibinder/elementparsers/LayoutContainerParser.java#56

Original issue reported on code.google.com by basini...@gmail.com on 21 Jun 2011 at 7:36