]> source.dussan.org Git - vaadin-framework.git/commit
Make clicking outside a ComboBox add a pending new item (#18366)
authorAleksi Hietanen <aleksi@vaadin.com>
Tue, 29 Nov 2016 13:46:06 +0000 (15:46 +0200)
committerPekka Hyvönen <pekka@vaadin.com>
Fri, 9 Dec 2016 07:39:00 +0000 (09:39 +0200)
commitd44fa8b3494fb3780d2c3f8ab73a8e202e73ccfd
tree8097dbd5c26e6179a1fcbd3a14bdcd6c96906756
parent266be8f529c27d6e5f46f2dd15d253584b7ccfbb
Make clicking outside a ComboBox add a pending new item (#18366)

It should not matter how you move from a field to the next. Tabbing
to the next field already previously caused the new item handler to
be invoked. This fixes the case when you click in the next field to
work the same way.

Change-Id: I3978d87cde8f05dce92edda2a4a116f4a15e0749
compatibility-client/src/main/java/com/vaadin/v7/client/ui/VFilterSelect.java
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxSelectingWithNewItemsAllowedTest.java