What steps will reproduce the problem?
1. Create a <gxt:LayoutContainer layout="FillLayout">
What is the expected output? What do you see instead?
The LayoutContainer should be constructed with a FillLayout. Instead, UiBinder
crashes with the error "[ERROR] [client] - 'layout' must be one of ... but
found FillLayout Element <gxt:LayoutContainer layout='FillLayout'
rowLayoutOrientation='HORIZONTAL'> (:49)".
What version of the product are you using? On what operating system?
gxt-uibinder 0.6
Internet Explorer 8
Windows 7
Please provide any additional information below.
I think FillLayout should be able to be handled simply as a RowLayout since it
extends it. However, it would probably be good to rename rowLayoutOrientation
to something that would work for both of them.
Original issue reported on code.google.com by graham.w...@gmail.com on 16 Feb 2011 at 1:30
Original issue reported on code.google.com by
graham.w...@gmail.com
on 16 Feb 2011 at 1:30