You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2017/02/07 22:43:41 UTC

[jira] [Updated] (FLEX-35257) [FlexJS] uncaught reference error on known function

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

Justin Mclean updated FLEX-35257:
---------------------------------
    Attachment: Panel.mxml
                Main.mxml

code to reproduce issue

>  [FlexJS] uncaught reference error on known function
> ----------------------------------------------------
>
>                 Key: FLEX-35257
>                 URL: https://issues.apache.org/jira/browse/FLEX-35257
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: FlexJS
>    Affects Versions: Apache FlexJS 0.7.0
>            Reporter: Justin Mclean
>            Priority: Minor
>         Attachments: Main.mxml, Panel.mxml
>
>
> The attached code when run gives this uncaught error:
> {code}
> EventDispatcher.js:70 Uncaught ReferenceError: callback is not defined
>     at Main.initialise (Main.js:79)
>     at Main.$EH0 (Main.js:97)
>     at Main.goog.events.EventTarget.fireListeners (eventtarget.js:284)
>     at Function.goog.events.EventTarget.dispatchEventInternal_ (eventtarget.js:381)
>     at Main.goog.events.EventTarget.dispatchEvent (eventtarget.js:196)
>     at Main.org.apache.flex.events.EventDispatcher.dispatchEvent (EventDispatcher.js:67)
>     at Main.org.apache.flex.core.ElementWrapper.dispatchEvent (ElementWrapper.js:214)
>     at Main.org.apache.flex.core.Application.initialize (Application.js:80)
>     at Main.org.apache.flex.core.Application.start (Application.js:279)
>     at index.html:78
> Main.initialise @ Main.js:79
> Main.$EH0 @ Main.js:97
> goog.events.EventTarget.fireListeners @ eventtarget.js:284
> goog.events.EventTarget.dispatchEventInternal_ @ eventtarget.js:381
> goog.events.EventTarget.dispatchEvent @ eventtarget.js:196
> org.apache.flex.events.EventDispatcher.dispatchEvent @ EventDispatcher.js:67
> org.apache.flex.core.ElementWrapper.dispatchEvent @ ElementWrapper.js:214
> org.apache.flex.core.Application.initialize @ Application.js:80
> org.apache.flex.core.Application.start @ Application.js:279
> (anonymous) @ index.html:78
> {code}
> This can be fixed by change the code to:
> {code}
>         public function initialise():void
>         {
>           panel.callback = this.callback;
>         }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)