Browse Source

#6298 ComboBox popup reopened after closed

svn changeset:16917/svn branch:6.5
tags/6.7.0.beta1
Artur Signell 13 years ago
parent
commit
e1f01d2085
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java

+ 2
- 1
src/com/vaadin/terminal/gwt/client/ui/VFilterSelect.java View File

100, new ScheduledCommand() { 100, new ScheduledCommand() {


public void execute() { public void execute() {
if (suggestionPopup.isVisible()) {
if (suggestionPopup.isVisible()
&& suggestionPopup.isAttached()) {
setWidth(""); setWidth("");
DOM.setStyleAttribute( DOM.setStyleAttribute(
DOM.getFirstChild(getElement()), "width", DOM.getFirstChild(getElement()), "width",

Loading…
Cancel
Save