You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ahmed Kamel (JIRA)" <ji...@apache.org> on 2013/06/02 16:54:19 UTC

[jira] [Commented] (CB-3566) InAppBrowser - anonymous callback functions are not called if they reference another function within the JS code

    [ https://issues.apache.org/jira/browse/CB-3566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672544#comment-13672544 ] 

Ahmed Kamel commented on CB-3566:
---------------------------------

This might only repro with 'executeScript' and not all events
                
> InAppBrowser - anonymous callback functions are not called if they reference another function within the JS code
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-3566
>                 URL: https://issues.apache.org/jira/browse/CB-3566
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin InAppBrowser
>    Affects Versions: 2.7.0
>         Environment: iOS
>            Reporter: Ahmed Kamel
>            Assignee: Steve Gill
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> If the callback passes to an InAppBrowser event is an anonymous method, said anonymous method will ONLY be called if it does _not_ reference any other functions within the JS code.
> ex:
> function foo(){console.log('hello from foo');}
> ref.addEventListener('loadstop', function(e){
>   // this callback will not be called
>   console.log('hello from loadstop);
>   foo();
> });

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira