summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorArtur Signell <artur.signell@itmill.com>2011-01-18 08:18:22 +0000
committerArtur Signell <artur.signell@itmill.com>2011-01-18 08:18:22 +0000
commite1f01d2085dfefacd92e6d6839c05f68ef0da17d (patch)
tree156779a8ddff3668e081b50f35710ddb87dd14ef /src/com
parent5034a4d89022ccf0d1b76441a0f18ec6f30b81ca (diff)
downloadvaadin-framework-e1f01d2085dfefacd92e6d6839c05f68ef0da17d.tar.gz
vaadin-framework-e1f01d2085dfefacd92e6d6839c05f68ef0da17d.zip
#6298 ComboBox popup reopened after closed
svn changeset:16917/svn branch:6.5
Diffstat (limited to 'src/com')
-rw-r--r--src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java b/src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java
index 085b85381a..0d9ba336a1 100644
--- a/src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java
+++ b/src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java
@@ -494,7 +494,8 @@ public class VFilterSelect extends Composite implements Paintable, Field,
100, new ScheduledCommand() {
public void execute() {
- if (suggestionPopup.isVisible()) {
+ if (suggestionPopup.isVisible()
+ && suggestionPopup.isAttached()) {
setWidth("");
DOM.setStyleAttribute(
DOM.getFirstChild(getElement()), "width",