You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Alex Harui (JIRA)" <ji...@apache.org> on 2015/03/02 18:25:05 UTC

[jira] [Resolved] (FLEX-34771) Cross-Compile from AS to JS fails to generate "super" call.

     [ https://issues.apache.org/jira/browse/FLEX-34771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alex Harui resolved FLEX-34771.
-------------------------------
    Resolution: Fixed

c899a8da7c792b3247bd66f3e6401bf1ce77d4e2

> Cross-Compile from AS to JS fails to generate "super" call.
> -----------------------------------------------------------
>
>                 Key: FLEX-34771
>                 URL: https://issues.apache.org/jira/browse/FLEX-34771
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FalconJX
>            Reporter: Peter Ent
>            Assignee: Alex Harui
>         Attachments: SuperCallBug.mxml
>
>
> Create a FlexJS project and create an MXML compile with a root tag of <basic:Container>. In the <fx:Script> section, override addedToParent(), making sure to call super.addedToParent().
> Compile the project using FalconJX and examine the resulting .js file from your MXML component. Locate the addedToParent() call.
> Rather than finding the base(this, 'addedToParent') call, there is only a semi-colon.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)