Joel, I love how this is turning out so far, great work. While this system handles a vast majority of layout situations, correct me if I'm wrong, but I think it breaks down with non-100% height layouts that require a footer. An example: a header area, followed by a horizontally split content area (body and side nav), followed by a footer. I can't think of a way you could represent this using absolute positioning that would guarantee the footer area isn't encroached upon.
Any thoughts on how LayoutPanel would handle this? Maybe this doesn't fall under "desktop-like" layouts and it's handled with floats (which aren't so terrible in this particular case)? - Amir On Mon, Aug 3, 2009 at 12:13 PM, <[email protected]> wrote: > > Reviewers: jlabanca, > > > > Please review this at http://gwt-code-reviews.appspot.com/51830 > > Affected files: > A layout/Layout.gwt.xml > A layout/client/Layout.java > A layout/client/LayoutImpl.java > A layout/client/LayoutImplIE6.java > A layout/client/UserAgent.java > A user/client/ui/HasAnimatedLayout.java > A user/client/ui/HasLayout.java > A user/client/ui/LayoutComposite.java > A user/client/ui/LayoutPanel.java > A user/client/ui/RootLayoutPanel.java > M user/client/ui/Widget.java > > > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
