Changeset 5563
- Timestamp:
- 09/30/08 13:38:48 (3 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/com/itmill/toolkit/terminal/gwt/client/ui/IFilterSelect.java
r5524 r5563 791 791 792 792 public void onLostFocus(Widget sender) { 793 if (suggestionPopup.isJustClosed()) { 793 if (!suggestionPopup.isAttached() || suggestionPopup.isJustClosed()) { 794 // typing so fast the popup was never opened, or it's just closed 794 795 suggestionPopup.menu.doSelectedItemAction(); 795 796 }
