]> source.dussan.org Git - vaadin-framework.git/commit
Take margin/border/padding into account when measuring ComboBox in IE
authorArtur Signell <artur@vaadin.com>
Fri, 10 Jul 2015 23:25:29 +0000 (02:25 +0300)
committerpatrik <patrik@vaadin.com>
Tue, 4 Aug 2015 08:05:37 +0000 (11:05 +0300)
commit5f091ed65d0e76c43ae70fc1db11a17256305b65
tree54c79d7f7b63ef5d9bb6de788f24bb09bdc517af
parentc5269f06555aa99f4d3aa4f8ceadb7c2cb208c6b
Take margin/border/padding into account when measuring ComboBox in IE
(#17002)

Change-Id: Id9bde2424cdeab0fa48f1259130d34f88a8b88b3
client/src/com/vaadin/client/ui/VFilterSelect.java
uitest/src/com/vaadin/tests/components/combobox/ComboboxPopupScrolling.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/combobox/ComboboxPopupScrollingTest.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/combobox/CustomComboBoxElement.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/grid/GridDetailsLocationTest.java
uitest/src/com/vaadin/tests/tb3/AbstractTB3Test.java