estanglerbm opened a new issue #1016: URL: https://github.com/apache/royale-asjs/issues/1016
(This is about Date.time, but I'm sure it applies to several other fields in Date.) In the attached test case (compiled with ``-compiler.keep-as3-metadata=Bindable``), the compiler translates ``myDate.time`` to ``myDate.getTime()`` in the JS, which is fine. But can't dynamically bind (i.e. BindingUtils.bindProperty()) using ``myDate.time``, like you can in Flex. Is this limitation intentional? Royale: [TestDate.mxml.txt](https://github.com/apache/royale-asjs/files/5716725/TestDate.mxml.txt) Flex: [TestDateFlex.mxml.txt](https://github.com/apache/royale-asjs/files/5716726/TestDateFlex.mxml.txt) ---------------------------------------------------------------- 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]
