Closed (fixed)
Project:
Web Widgets
Version:
6.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2010 at 14:45 UTC
Updated:
11 Feb 2010 at 15:30 UTC
Hello,
I've error as it's in title shown in Firebug console.
It shows that the problem is in line:
var height = iframeDocument.height || iframeDocument.body.scrollHeight || null;
also...
Comments
Comment #1
kotu commentedtry{var height = iframeDocument.height || iframeDocument.body.scrollHeight || null; } catch(e){} fixes the problem...
Comment #2
kotu commentedComment #3
kotu commented