You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Igor Belakovskiy (JIRA)" <ji...@apache.org> on 2012/05/23 21:21:41 UTC

[jira] [Created] (SHINDIG-1784) onload handler doesn't handle errors gracefully.

Igor Belakovskiy created SHINDIG-1784:
-----------------------------------------

             Summary: onload handler doesn't handle errors gracefully. 
                 Key: SHINDIG-1784
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1784
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
    Affects Versions: 2.5.0
            Reporter: Igor Belakovskiy
             Fix For: 2.5.0
         Attachments: patch.txt

If an onload callback fails, gadgets.util.runOnLoadHandlers fails silently. Adding a try catch warn block to handle the error. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SHINDIG-1784) onload handler doesn't handle errors gracefully.

Posted by "Igor Belakovskiy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SHINDIG-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281824#comment-13281824 ] 

Igor Belakovskiy commented on SHINDIG-1784:
-------------------------------------------

https://reviews.apache.org/r/5207/
                
> onload handler doesn't handle errors gracefully. 
> -------------------------------------------------
>
>                 Key: SHINDIG-1784
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1784
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 2.5.0
>            Reporter: Igor Belakovskiy
>             Fix For: 2.5.0
>
>         Attachments: patch.txt
>
>
> If an onload callback fails, gadgets.util.runOnLoadHandlers fails silently. Adding a try catch warn block to handle the error. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SHINDIG-1784) onload handler doesn't handle errors gracefully.

Posted by "Igor Belakovskiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Belakovskiy updated SHINDIG-1784:
--------------------------------------

    Attachment:     (was: patch.txt)
    
> onload handler doesn't handle errors gracefully. 
> -------------------------------------------------
>
>                 Key: SHINDIG-1784
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1784
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 2.5.0
>            Reporter: Igor Belakovskiy
>             Fix For: 2.5.0
>
>         Attachments: patch.txt
>
>
> If an onload callback fails, gadgets.util.runOnLoadHandlers fails silently. Adding a try catch warn block to handle the error. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SHINDIG-1784) onload handler doesn't handle errors gracefully.

Posted by "Ryan Baxter (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ryan Baxter updated SHINDIG-1784:
---------------------------------

    Fix Version/s:     (was: 2.5.0)
                   2.5.0-beta2
    
> onload handler doesn't handle errors gracefully. 
> -------------------------------------------------
>
>                 Key: SHINDIG-1784
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1784
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 2.5.0
>            Reporter: Igor Belakovskiy
>             Fix For: 2.5.0-beta2
>
>         Attachments: patch.txt
>
>
> If an onload callback fails, gadgets.util.runOnLoadHandlers fails silently. Adding a try catch warn block to handle the error. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SHINDIG-1784) onload handler doesn't handle errors gracefully.

Posted by "Igor Belakovskiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Belakovskiy updated SHINDIG-1784:
--------------------------------------

    Attachment: patch.txt
    
> onload handler doesn't handle errors gracefully. 
> -------------------------------------------------
>
>                 Key: SHINDIG-1784
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1784
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 2.5.0
>            Reporter: Igor Belakovskiy
>             Fix For: 2.5.0
>
>         Attachments: patch.txt
>
>
> If an onload callback fails, gadgets.util.runOnLoadHandlers fails silently. Adding a try catch warn block to handle the error. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SHINDIG-1784) onload handler doesn't handle errors gracefully.

Posted by "Igor Belakovskiy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Igor Belakovskiy updated SHINDIG-1784:
--------------------------------------

    Attachment: patch.txt
    
> onload handler doesn't handle errors gracefully. 
> -------------------------------------------------
>
>                 Key: SHINDIG-1784
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1784
>             Project: Shindig
>          Issue Type: Bug
>          Components: Javascript 
>    Affects Versions: 2.5.0
>            Reporter: Igor Belakovskiy
>             Fix For: 2.5.0
>
>         Attachments: patch.txt
>
>
> If an onload callback fails, gadgets.util.runOnLoadHandlers fails silently. Adding a try catch warn block to handle the error. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira