Owd-Larrd / gwt-google-apis

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

DynamicHeightFeature does not work #484

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:

GWT Gadget 1.2

Platform information (OS, Browser, GWT version).  Does the issue exist on
other platforms?

all, firefox 7.01, chrome.

Give a Detailed description of the problem.  If possible, please include
some code that reproduces the problem and a verbatim copy of any error
messages you can find.

    @Override
    public void initializeFeature(DynamicHeightFeature feature) {
    }

    feature.adjustHeight();

Doesn't work. the height in the iframe is being adjusted, but the div above the 
iframe maintains the old height.

Workaround if you have one:

Links to the relevant Google Group posts:

Original issue reported on code.google.com by wd.dewi...@gmail.com on 10 Oct 2011 at 2:05

GoogleCodeExporter commented 9 years ago
The dynamic height feature is dependent on container support.  Which gadget 
container were you testing on?

Original comment by zundel@google.com on 28 Oct 2011 at 4:08

GoogleCodeExporter commented 9 years ago
Gmail sidebar gadget.

Original comment by wd.dewi...@gmail.com on 28 Oct 2011 at 7:37