[ https://issues.apache.org/jira/browse/FLEX-35053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Piotr Zarzycki updated FLEX-35053: ---------------------------------- Fix Version/s: (was: Apache FlexJS 0.6.0) Apache FalconJX 0.6.0 > Compiler does not respect the implements="..." attribute in MXML > ---------------------------------------------------------------- > > Key: FLEX-35053 > URL: https://issues.apache.org/jira/browse/FLEX-35053 > Project: Apache Flex > Issue Type: Bug > Components: FlexJS > Affects Versions: Apache FlexJS 0.6.0 > Environment: Nightly build 20160321 > Reporter: Olaf Krüger > Assignee: Alex Harui > Fix For: Apache FalconJX 0.6.0 > > > It seems that there is a bug where the compiler does not respect the > implements="..." attribute in MXML. > MXML Example: > <!-- MyInitialView.mxml --> > <js:ViewBase xmlns:fx="http://ns.adobe.com/mxml/2009" > xmlns:js="library://ns.apache.org/flexjs/basic" > implements="com.demo.core.interfaces.IViewMyInitialView"> > </js:ViewBase> > That information is not being included in the MyInitialView.js output: > MyInitialView.prototype.FLEXJS_CLASS_INFO = { names: [{ name: > 'MyInitialView', qName: 'MyInitialView' }] }; -- This message was sent by Atlassian JIRA (v6.3.4#6332)