]> source.dussan.org Git - vaadin-framework.git/commit
Hide components if width 100% + expand ratio 0 #10783 7.0.0.rc2
authorJohn Ahlroos <john@vaadin.com>
Mon, 21 Jan 2013 13:02:56 +0000 (15:02 +0200)
committerArtur Signell <artur@vaadin.com>
Wed, 23 Jan 2013 12:31:36 +0000 (14:31 +0200)
commit6d5f5e449556ae1fc9cfc70c51e4eaa7738de49f
tree8db8e92d80332981c46ab3a0035b018d7d3c85eb
parent41511a8579813b434b36727717ad966da3ef44e2
Hide components if width 100% + expand ratio 0 #10783

Change-Id: I5ca5eac5fbfeec744078ebcb83f08192c1bf2af8
client/src/com/vaadin/client/ui/orderedlayout/AbstractOrderedLayoutConnector.java
client/src/com/vaadin/client/ui/orderedlayout/VAbstractOrderedLayout.java
uitest/src/com/vaadin/tests/components/orderedlayout/HorizontalRelativeSizeWithoutExpand.html [new file with mode: 0755]
uitest/src/com/vaadin/tests/components/orderedlayout/HorizontalRelativeSizeWithoutExpand.java [new file with mode: 0755]
uitest/src/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java
uitest/src/com/vaadin/tests/components/orderedlayout/RelativeChildWithoutExpand.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/orderedlayout/VerticalRelativeSizeWithoutExpand.html [new file with mode: 0755]
uitest/src/com/vaadin/tests/components/orderedlayout/VerticalRelativeSizeWithoutExpand.java [new file with mode: 0755]