]> source.dussan.org Git - vaadin-framework.git/commit
Improve ComboBox keyboard behavior when an item is selected (#11031)
authorMehdi Javan <32511762+mehdi-vaadin@users.noreply.github.com>
Tue, 10 Jul 2018 08:09:53 +0000 (11:09 +0300)
committerIlia Motornyi <elmot@vaadin.com>
Tue, 10 Jul 2018 08:09:53 +0000 (11:09 +0300)
commitefb6403e5b64cec40728f30f49543fa8aa48d891
treeb581344818a7cff423a9596d32bf3f4573153996
parente6807bf8dc701263fa062a80d09708b54f6dba49
Improve ComboBox keyboard behavior when an item is selected (#11031)

Ignoring filtering options when right arrow, left arrow, home or end key is pressed.

Fixes #11016
client/src/main/java/com/vaadin/client/ui/VComboBox.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboBoxCaretNavigation.java [new file with mode: 0644]
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxCaretNavigationTest.java [new file with mode: 0644]