The Google Gadget API specifies using the _IG_AdjustIFrameHeight method
within the gadget, yet this method is not exposed as a skeleton method
within dynamic-height.js feature, instead it exposes:

gadgets.Window.adjustHeight = function(opt_height) {
  // TODO
};

Is the intention to expose adjustHeight, _IG_AdjustIFrameHeight,
_AdjustIFrameHeight or something else?  Any change to the method name will
cause gadgets that comply with the Google Gadget API when run on shindig to
fail with:

Error: _IG_AdjustIFrameHeight is not defined

Not raised as a Jira issue yet - as I may have missed something obvious?

Regards
Martin

Reply via email to