]> source.dussan.org Git - vaadin-framework.git/commit
Fix keyboard navigating in combo box (#11333).
authorDmitrii Rogozin <dmitrii@vaadin.com>
Fri, 9 May 2014 16:13:59 +0000 (19:13 +0300)
committerVaadin Code Review <review@vaadin.com>
Wed, 21 May 2014 05:18:35 +0000 (05:18 +0000)
commitcc5c5af189c0eb16257cdbe0374374c159b67560
treef700612d8afc327f8f85e50fac337a679d06744c
parentfd8a4d3ab839d7e29fe89ff7b4329a8776ae3304
Fix keyboard navigating in combo box (#11333).

Extract code which focuses on item after changing the page. Deferring  this method allows to update the list of items before focusing.

Change-Id: I7d249c2abbd5c24ca2d798736e483f2b7dfa59f1
client/src/com/vaadin/client/ui/VFilterSelect.java
client/src/com/vaadin/client/ui/combobox/ComboBoxConnector.java
uitest/src/com/vaadin/tests/components/combobox/ComboBoxScrollingWithArrows.java [new file with mode: 0644]
uitest/src/com/vaadin/tests/components/combobox/ComboBoxScrollingWithArrowsTest.java [new file with mode: 0644]