aharui opened a new issue #114: [Bindable("change")] seems to be causing 
[Bindable] wrapping in Spark TextInput.text and some other places
URL: https://github.com/apache/royale-compiler/issues/114
 
 
   When an getter/setter has [Bindable] metadata the compiler wraps the setter 
in a method prefixed with "bindable__".  This should not happen if 
[Bindable("someEvent")] metadata is used.  And doesn't happen in most cases.  
But on Spark TextInput, the text getter/setter is being wrapped and shouldn't.  
Also true in a few other classes.  Grep for "bindable__" on bin/js-debug/mx and 
bin/js-debug/spark.  The Emulation components shouldn't have any "bindable__" 
prefixes.  The APIs should always be using [Bindable("someEvent")].

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to