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 970ae91  remove itemrenderer hack so we can find a better solution in 
code that handles the click in the IR a not in the subcomponents. Anyone knows 
a solution or maybe Royale is not ready at this point?
970ae91 is described below

commit 970ae915cc72a688bbfea00d3ec23590b5d00f0e
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Jul 2 23:45:31 2018 +0200

    remove itemrenderer hack so we can find a better solution in code that 
handles the click in the IR a not in the subcomponents. Anyone knows a solution 
or maybe Royale is not ready at this point?
---
 frameworks/projects/Jewel/src/main/resources/defaults.css             | 3 ---
 frameworks/projects/Jewel/src/main/sass/components/_itemRenderer.sass | 4 ----
 2 files changed, 7 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css 
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index 0849e1d..b85b900 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -328,9 +328,6 @@ j|ControlBar {
   line-height: normal !important;
   overflow: hidden;
 }
-.jewel.item > *, .jewel.navigationlink > * {
-  pointer-events: none;
-}
 
 .jewel.navigationlink {
   min-height: 48px;
diff --git 
a/frameworks/projects/Jewel/src/main/sass/components/_itemRenderer.sass 
b/frameworks/projects/Jewel/src/main/sass/components/_itemRenderer.sass
index 3582069..568c67e 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_itemRenderer.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_itemRenderer.sass
@@ -32,10 +32,6 @@ $item-min-height: 34px
     line-height: normal !important
     overflow: hidden
 
-    > *
-        pointer-events: none
-
-
 .jewel.navigationlink
     min-height: 48px
     

Reply via email to