]> source.dussan.org Git - vaadin-framework.git/commit
Make clicking outside a ComboBox add a pending new item (#18366)
authorArtur Signell <artur@vaadin.com>
Mon, 10 Oct 2016 19:58:04 +0000 (22:58 +0300)
committerVaadin Code Review <review@vaadin.com>
Fri, 11 Nov 2016 20:51:21 +0000 (20:51 +0000)
commit3f97add7d89064a734b231de2cffac467a53fcab
tree2e887a2637239ac32556713702554d11346231c6
parent9726f1581a7722d58494f93d0085535db4772a33
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
client/src/main/java/com/vaadin/client/ui/VFilterSelect.java
uitest/src/test/java/com/vaadin/tests/components/combobox/ComboBoxSelectingWithNewItemsAllowedTest.java