Closed (fixed)
Project:
OpenSocial Shindig-Integrator
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2009 at 00:59 UTC
Updated:
13 Feb 2009 at 05:44 UTC
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
Comment #1
pletcher commentedOn further review, this patch is not quite right. Still having issues with resizing, trying to resolve them.
Comment #2
pletcher commentedUploading other patches to handle this.