This is an automated email from the ASF dual-hosted git repository.
yishayw 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 811a9ea More IE default value fixes.
811a9ea is described below
commit 811a9eac51405e0bd3c0bb9bb8e1ba9f8e91814c
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Fri May 15 20:46:08 2020 +0300
More IE default value fixes.
---
frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
index 3f3246f..ecd366d 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/core/UIComponent.as
@@ -5325,7 +5325,7 @@ COMPILE::JS
}
else
{
- positioner.style.visibility = null;
+ positioner.style.visibility = '';
}
}
}