You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/10/27 23:50:11 UTC

[royale-asjs] branch develop updated: jewel-sectioncontent: fix recent issue causing all section content add "is-selected" making impossible to select it.

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 481e547  jewel-sectioncontent: fix recent issue causing all section content add "is-selected" making impossible to select it.
481e547 is described below

commit 481e5471844869689aa10194d32ca4caa6099dd8
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Oct 28 00:40:15 2020 +0100

    jewel-sectioncontent: fix recent issue causing all section content add "is-selected" making impossible to select it.
---
 .../Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as
index 8380b9c..d101cd9 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/SectionContent.as
@@ -52,7 +52,7 @@ package org.apache.royale.jewel
             typeNames = "jewel section";
 
             // we need to add this for propoer sizing of content inside this container
-            addClass("is-selected");
+            //addClass("is-selected");
 		}
 
         /**