]> source.dussan.org Git - vaadin-framework.git/commit
Ensure pop-up is not opened, when tabbing out fast from Combobox (#11436)
authorAnastasia Smirnova <anasmi@utu.fi>
Mon, 25 Feb 2019 09:49:20 +0000 (11:49 +0200)
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>
Mon, 25 Feb 2019 09:49:20 +0000 (11:49 +0200)
commit6cc773fb7c717328fbce7255fa419581b7609a92
treeb133c3d03fb2be689bcf25a53759ad47c3934891
parent19f839154e49c487ff9d156e962acb4df889a553
Ensure pop-up is not opened, when tabbing out fast from Combobox (#11436)

Checking that no prior Combobox behavior is broken

* Cleaning-up the code

Adding UI test

* Adding TestBench test
client/src/main/java/com/vaadin/client/ui/VComboBox.java
uitest/src/main/java/com/vaadin/tests/components/combobox/ComboboxFastTabbingOut.java [new file with mode: 0644]