]> source.dussan.org Git - vaadin-framework.git/commit
Add support for rem units (#11279)
authorLeif Åstrand <leif@vaadin.com>
Wed, 12 Jun 2013 12:14:09 +0000 (15:14 +0300)
committerLeif Åstrand <leif@vaadin.com>
Wed, 12 Jun 2013 12:49:29 +0000 (15:49 +0300)
commiteb64fda3eb8e04e9dd5ac014981d6e7cc9683b44
tree3a0cdf74e31470127edc81b989d45b7c0285f32b
parent0f107f3ee36cd7be1fb0edda02e40e67e2cae09d
Add support for rem units (#11279)

Change-Id: Id6b6402b22956cd96b86cef86f11088e959dc05d
server/src/com/vaadin/server/Sizeable.java
server/src/com/vaadin/ui/AbstractComponent.java
server/tests/src/com/vaadin/tests/server/component/ComponentSizeParseTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/abstractcomponent/RemSizeUnitTest.html [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/abstractcomponent/RemSizeUnitTest.java [new file with mode: 0644]