]> source.dussan.org Git - vaadin-framework.git/commit
ComboBox not always shows selected value (#10600)
authorAnna Miroshnik <anna.miroshnik@arcadia.spb.ru>
Fri, 5 Sep 2014 08:09:40 +0000 (12:09 +0400)
committerVaadin Code Review <review@vaadin.com>
Tue, 16 Sep 2014 12:58:13 +0000 (12:58 +0000)
commita8d2a80d467343a73857b28ea813090ecae11fdf
tree318398811a2fddeaa94acd7db7835c84e134c802
parent5c4e3debc6cf29e9142ad3bbad779a9d56594579
ComboBox not always shows selected value (#10600)

Full name of defect: ComboBox doesn't show selected value beyond the first dropdown page.
Tests to be sure that this bug is not reproduced now.
Test were updated not to use Thread.sleep().

Change-Id: I12b0c9a1fbae5e934ebe0471b1b60a3ec7098da7
uitest/src/com/vaadin/tests/components/combobox/ComboSelectedValueBeyondTheFirstDropdownPage.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/combobox/ComboSelectedValueBeyondTheFirstDropdownPageTest.java [new file with mode: 0644]