This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new e4487b2  avoid filter when user pops the list, since this way we have 
better usability
e4487b2 is described below

commit e4487b27174f17cb3eb1ed602d844e5506eb64f2
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Feb 1 20:46:10 2019 +0100

    avoid filter when user pops the list, since this way we have better 
usability
---
 .../org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as
index 6109cd4..7090d83 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/SearchFilter.as
@@ -87,7 +87,7 @@ package org.apache.royale.jewel.beads.controls.combobox
                        // fill "list" with the internal list in the combobox 
popup
                        list = 
event.target.royale_wrapper.parent.view.popup.view.list;
 
-                       
applyFilter(IComboBoxView(_strand['view']).textinput.text.toUpperCase());
+                       
//applyFilter(IComboBoxView(_strand['view']).textinput.text.toUpperCase());
                }
        }
 }

Reply via email to