You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ra...@apache.org on 2020/12/11 08:26:55 UTC

[royale-asjs] branch ComboBoxListCloseOnClick updated: Update comments in new bead ComboBoxListCloseOnClick

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

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


The following commit(s) were added to refs/heads/ComboBoxListCloseOnClick by this push:
     new f2b1e92  Update comments in new bead ComboBoxListCloseOnClick
f2b1e92 is described below

commit f2b1e9256d0649d3ac26511b4498e182efdfcebf
Author: Raul Nuñez <ra...@apache.org>
AuthorDate: Fri Dec 11 09:26:52 2020 +0100

    Update comments in new bead ComboBoxListCloseOnClick
---
 .../royale/jewel/beads/controls/combobox/ComboBoxListCloseOnClick.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/ComboBoxListCloseOnClick.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/ComboBoxListCloseOnClick.as
index 374b0f1..4386d5e 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/ComboBoxListCloseOnClick.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/combobox/ComboBoxListCloseOnClick.as
@@ -60,7 +60,7 @@ package org.apache.royale.jewel.beads.controls.combobox
             comboView = (comboBox.view as ComboBoxView);
             var itemRendererClass:Class = ValuesManager.valuesImpl.getValue(comboView.host, "iItemRenderer") as Class;
             // Apart from checking that the bead is applied to a Jewel ComboBox,
-            // it is checked that the combobox has a custom item renderer assigned and that it does not have the SearchFilter bead
+            // it is checked that the combobox has a custom item renderer assigned
              if (comboView && (comboBox.itemRenderer || itemRendererClass != null)){
                 (value as IEventDispatcher).addEventListener('popUpOpened', popUpOpenedHandler, false);
                 (value as IEventDispatcher).addEventListener('popUpClosed', popUpClosedHandler, false);