]> source.dussan.org Git - vaadin-framework.git/commit
Hide components if width 100% + expand ratio 0 #10783
authorJohn Ahlroos <john@vaadin.com>
Mon, 21 Jan 2013 13:02:56 +0000 (15:02 +0200)
committerJohn Ahlroos <john@vaadin.com>
Tue, 22 Jan 2013 11:19:28 +0000 (13:19 +0200)
commit308d75a1d7c3c5c975c90b579fb7d4622bac064a
tree381890540b494f557e155355c511bfc4a734e66d
parent84b0df6f6b731d055a5451be07bb76f73accdef9
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]