[
https://issues.apache.org/jira/browse/RAVE-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stanton Sievers resolved RAVE-1269.
-----------------------------------
Resolution: Fixed
Fix Version/s: 0.24
Resolved via https://github.com/apache/rave/pull/13
> Errors in opensocial gadget rendering should callback with an error
> -------------------------------------------------------------------
>
> Key: RAVE-1269
> URL: https://issues.apache.org/jira/browse/RAVE-1269
> Project: Rave
> Issue Type: Bug
> Reporter: Stanton Sievers
> Fix For: 0.24
>
>
> In rave_opensocial.js' renderWidget method, if the widget has an error it
> doesn't callback. Thus, the caller can't try to handle the error.
> {code}
> exports.renderWidget = function (widget, el, opts) {
> if (widget.error) {
> widget.renderError(el, widget.error.message);
> return;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)