]> source.dussan.org Git - vaadin-framework.git/commit
Major changes in OrderedLayout
authorJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 10 Jul 2008 14:21:18 +0000 (14:21 +0000)
committerJoonas Lehtinen <joonas.lehtinen@itmill.com>
Thu, 10 Jul 2008 14:21:18 +0000 (14:21 +0000)
commit1a7c1d14ca7461f010d7940f1c1678424098b43e
tree98dc762315b2c4e8eb66a73388f668bf16a4f244
parent2aff28496500d140ee7e14b4916840fe82e468d0
Major changes in OrderedLayout

These changes include:
- Redesigned IOrderedLayout DOM-structure
- Changes OrderedLayout Horizontal mode constructor defaults to 100% wide (this has been practical default since Millstone 3.0 as undefined width have been broken in horizontal mode)
- Ensured appearance of error exclamation marks in captions without required status, icon or caption text
- Closes #1911 : Optimize IOrderedLayout dom-structure by removing intermediate margin-div
- Closes #1915 : IOrderedLayout caculates right margin incorrectly in horizontal mode when width is not set
- Closes #1921 : IOrderedLayout needs cross-browser DOM structures
- Probably introduces many new regressions

All-in-all OrderedLayout is still work in progress and should not yet be included in 5.2.x releases

svn changeset:5079/svn branch:trunk
src/com/itmill/toolkit/terminal/gwt/client/Caption.java
src/com/itmill/toolkit/terminal/gwt/client/ui/IOrderedLayout.java
src/com/itmill/toolkit/ui/OrderedLayout.java