]> source.dussan.org Git - vaadin-framework.git/commitdiff
fixed combobox not to lose focus on keyboard selection
authorMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 13 Mar 2008 12:48:50 +0000 (12:48 +0000)
committerMatti Tahvonen <matti.tahvonen@itmill.com>
Thu, 13 Mar 2008 12:48:50 +0000 (12:48 +0000)
svn changeset:4034/svn branch:trunk

src/com/itmill/toolkit/terminal/gwt/client/ui/IFilterSelect.java

index 5b4a06703bf19ebf1c9532089a34d7b841417479..7e07c50d9414dd18dd75bff556919911d4dd3eba 100644 (file)
@@ -677,7 +677,6 @@ public class IFilterSelect extends Composite implements Paintable,
             case KeyboardListener.KEY_ENTER:
             case KeyboardListener.KEY_TAB:
                 suggestionPopup.menu.doSelectedItemAction();
-                tb.setFocus(false);
                 break;
             }
         }