T-San001 commented on issue #682: <mx:TextArea> tag may not function?
URL: https://github.com/apache/royale-asjs/issues/682#issuecomment-575432144
 
 
   Alex, I found the cause of the problem.  For the simplified test case, I 
used editableSet = "true".  But the original coding is actually data binding. 
   
   By changing the data binding to the real value, the property passing to the 
child component seems to have a problem as you have explained.  I changed the 
parent mxml as follows and the problem went away.  Thanks for your taking time.
   
   `                    [Bindable]      
                        public var responseContentFlag:Boolean = true;
   
                          for <com:NewTextArea>, 
editableSet="{responseContentFlag}"
   `

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to