2 messages in com.googlegroups.google-gadgets-apiRe: Gadget Errors in Firefox in "http...
FromSent OnAttachments
surat22 Aug 2007 10:25 
surat27 Aug 2007 11:45 
Subject:Re: Gadget Errors in Firefox in "http://www.google.com/ig" page but not when in Google Gadget Editor
From:surat (sura@gmail.com)
Date:08/27/2007 11:45:47 AM
List:com.googlegroups.google-gadgets-api

This issue has been resolved. The problem was that the code was using a javascript function that had the same name as one of google's javascript functions. So if you have this problem, prefix all your functions with some unique identifier to fix this issue. E.g. rename function Object to function myPrefixObject.

We've been working on a search and display gadget which has started to display errors in Firefox since the past week. It works fine in IE.

The strange thing is that the gadget displays correctly in the Google Gadget Editor (GGE) within thehttp://www.google.com/igpage in Firefox, but it does not display correctly when directly invoked in thehttp://www.google.com/igpage in Firefox. (To add to that, the behavior within GGE is intermittent over the course of a day).

The error message shown in the Error Console is always only:

Error: b[f] has no properties Source File:http://www.google.com/ig/f/A9-9TY0pcH4/ig.js Line: 71

Since this error seems to originate from a javascript file hosted at the google domain we are unable to correct this.

Any advice would be welcome.

Thanks -surat