Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
exports.renderWidget = function (widget, el, opts) { if (widget.error) { widget.renderError(el, widget.error.message); return; }