Hi Darren, Although the gadget is requiring the "dynamic-height" feature, which is what a gadget developer would use to do this, the Google Date & Time gadget appears to be using some old means to call adjust height. Look for "_IG_AdjustIFrameHeight" in the gadget and I believe that is the gadget's attempt to adjust the iframe height using the "dynamic-height" feature.
A more modern gadget would require the "dynamic-height" feature and use the "gadgets.window.adjustHeight()" API to adjust its height. Better yet, it would use the "open-views" feature to open the settings in a new dialog, instead of using UI that is contained within the gadget iframe. If you really wanted to get this working there are some hacks you could try, such as defining "_IG_AdjustIFrameHeight" to be the "gadgets.window.adjustHeight" function, but I'm not sure how far that would really get you. -Stanton On Wed, Oct 2, 2013 at 7:46 AM, Darren Bond <db...@globalcad.com> wrote: > Dear All, > > Referring to Google's Date & Time gadget as an example, if you click on the > gadget's 'Settings' link a preferences dialog is displayed. However, the > lower part of this dialog is cut off and cannot be seen since the gadget > does not automatically expand to fit the display of this dialog. > > http://www.google.com/ig/directory?type=gadgets&url=www.gstatic.com/ig/modul > es/datetime_v3/datetime_v3.xml > www.gstatic.com/ig/modules/datetime_v3/datetime_v3.xml > How can this problem be resolved? > > The following test site highlights the issue:- > http://beta.blueg.com/test/personal.htm > > Kind regards, > > Darren > > >