andydoroga1989 / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

DynamicHeightFeature _IG_ namespace or gadgets name space #384

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
1.1.0
Detailed description:
in com.google.gwt.gadgets.client.DynamicHeightFeature.java

why is it still using $wnd._IG_AdjustIFrameHeight();
instead of
$wnd.gadgets.window.adjustHeight();

and does this DynamicHeightFeature work in google wave?

Original issue reported on code.google.com by monstern...@gmail.com on 16 Jun 2010 at 5:27

GoogleCodeExporter commented 9 years ago
The answer to the first question is easy - the 1.1.0 release does not include 
the migration to the gadgets.* namespace.  The current version checked in to 
trunk does, however.

I'm not sure if DynamicHeightFeature works in Wave, but assuming you are 
building from trunk, it should work.

Original comment by zundel@google.com on 16 Jun 2010 at 11:25

GoogleCodeExporter commented 9 years ago

Original comment by zundel@google.com on 19 Jun 2010 at 3:04

GoogleCodeExporter commented 9 years ago
Fixed in gwt-gadgets-1.2.0 release.

Original comment by zundel@google.com on 30 Jun 2010 at 6:06