I am looking for a DecoratorPanel that works when LayoutPanels are
added to it as children (a 'DecoratorLayoutPanel').
If I use the current DecoratorPanel (shipped with gwt 2.0.2) and add a
LayoutPanel to it, the layout panel is not displayed because it uses
position:relative as opposed to the decorator panel which uses
position:absolute.
How do you deal with this problem? Is it planned to add a
DecoratorLayoutPanel?
My general feeling with the new gwt 2.0.x layout panels is that
whenever you put a non-LayoutPanel in your widget hierarchy you should
not never ever attempt to add LayoutPanel children further down in the
hierarchy as this will mess up your layout. Did you have the same
experience?
thanks for any suggestions and feedback,
Danni
Andi
On Feb 23, 5:14 am, Danni <ledannibl...@gmail.com> wrote:
> Hi,
>
> I am looking for a DecoratorPanel that works when LayoutPanels are
> added to it as children (a 'DecoratorLayoutPanel').
> If I use the current DecoratorPanel (shipped with gwt 2.0.2) and add aLayoutPanelto it, the layout panel is not displayed because it uses
> position:relative as opposed to the decorator panel which uses
> position:absolute.
>
> How do you deal with this problem? Is it planned to add a
> DecoratorLayoutPanel?
>
> My general feeling with the new gwt 2.0.x layout panels is that
> whenever you put a non-LayoutPanelin your widget hierarchy you should
> not never ever attempt to addLayoutPanelchildren further down in the