You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@royale.apache.org by GitBox <gi...@apache.org> on 2020/05/15 11:42:56 UTC

[GitHub] [royale-asjs] yishayw opened a new issue #832: Emulation Components - visible property not working in IE

yishayw opened a new issue #832:
URL: https://github.com/apache/royale-asjs/issues/832


   ```
   <?xml version="1.0" encoding="utf-8"?>
   <mx:Application xmlns:mx="library://ns.apache.org/royale/mx" xmlns:fx="http://ns.adobe.com/mxml/2009"
   		   applicationComplete="init()">
   	<fx:Script>
   		<![CDATA[
   			private function init():void
   			{
   				myLabel.visible = true;	
   			}
   		]]>
   	</fx:Script>
   	<mx:Label visible="false" id="myLabel" text="Hi"/>
   </mx:Application>
   ```
   
   In IE you won't see the Label, in Chrome you will.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [royale-asjs] yishayw closed issue #832: Emulation Components - visible property not working in IE

Posted by GitBox <gi...@apache.org>.
yishayw closed issue #832:
URL: https://github.com/apache/royale-asjs/issues/832


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org