From: Henri Sara Date: Tue, 7 Aug 2012 13:05:15 +0000 (+0000) Subject: #9155 revert first fix for now - requires proper fix in Select together with this... X-Git-Tag: 7.0.0.beta1~79^2~35 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=80d8cb69ce6e5dfa4a6a356e91559c062664b360;p=vaadin-framework.git #9155 revert first fix for now - requires proper fix in Select together with this correction svn changeset:24095/svn branch:6.8 --- diff --git a/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java b/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java index 156b51b94c..32afc337a8 100644 --- a/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java +++ b/src/com/vaadin/data/util/sqlcontainer/SQLContainer.java @@ -510,7 +510,9 @@ public class SQLContainer implements Container, Container.Filterable, */ public void removeContainerFilter(Filter filter) { filters.remove(filter); - refresh(); + // TODO this cannot be added before ComboBox is fixed + // (Select.requestRepaint() must not affect filter string) + // refresh(); } /**