I've noticed that _IG_AdjustIFrameHeight() doesn't seem to size my
gadget container correctly when there is a minimessage present. Is
this a known bug?

Here is a sample gadget that shows the simplest test case:
http://www.javascripttoolbox.com/gadget/temp/resize.xml

And the relevant source:
<script>
var mmsg = new _IG_MiniMessage();
mmsg.createDismissibleMessage("This is a test message.",function(){});
_IG_RegisterOnloadHandler(_IG_AdjustIFrameHeight);
</script>
This<br>is<br>test<br>content<br>in<br>the<br>gadget.<br>

Once the message is dismissed, the content fits correctly. But while
the message is displayed, the content is chopped off at the bottom.

Matt Kruse

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to