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 993234b  fix combobox popup scrolling in android devices
993234b is described below

commit 993234bdfcf441ef2b26ec43694849a9355df03d
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Tue Dec 4 22:56:58 2018 +0100

    fix combobox popup scrolling in android devices
---
 frameworks/projects/Jewel/src/main/resources/defaults.css         | 1 -
 frameworks/projects/Jewel/src/main/sass/components/_combobox.sass | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css 
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index ac4af2a..8f9a34f 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -354,7 +354,6 @@ j|ComboBox {
   bottom: auto;
   top: calc(100% - 10px);
   left: 50%;
-  touch-action: none;
   box-shadow: 0px 0px 6px 1px rgba(1, 1, 1, 0.7) !important;
   max-height: 170px;
   opacity: 0;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_combobox.sass 
b/frameworks/projects/Jewel/src/main/sass/components/_combobox.sass
index f0602d5..d7bc550 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_combobox.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_combobox.sass
@@ -109,7 +109,7 @@ $combobox-item-min-heigh: 34px
         bottom: auto
         top: calc(100% - #{$combobox-popup-margin-offset})
         left: 50%
-        touch-action: none
+        // touch-action: none
         box-shadow: 0px 0px 6px 1px rgba(.7, .7, .7, .7) !important
 
         // width: $combobox-input-width + $combobox-button-width

Reply via email to