In some cases our gadgets would get their height set to 28px after loading. Although I don't know javascript that well, It Works For Me. Any feedback would be welcomed.

Index: container.js
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/ShindigIntegrator/shindig_integrator/container.js,v
retrieving revision 1.1
diff -b -r1.1 container.js
29c29
<         height += 28;
---
>         height = $(this.f).getHeight()+28;

Comments

pletcher’s picture

On further review, this patch is not quite right. Still having issues with resizing, trying to resolve them.

pletcher’s picture

Status: Active » Closed (fixed)

Uploading other patches to handle this.