On Feb 8, 4:52 pm, dviner <[email protected]> wrote:
> I have a page that uses Desktop.openFiles(), but a user is reporting a
> problem.  The user is using Firefox 3.0.5, Gears
> 0.5.4.2;official;opt;win32;firefox.  The error message received in the
> Firefox error console reports this error message:
>
> Error: browser.addProgressListener is not a function
> Source File: 
> file:///C:/Program%20Files/Mozilla%20Firefox/components/GoogleDesktopMozill 
> aStub.js
> Line: 434
>
> This clearly seems to be an issue inside Gears.

This looks like a source file from Google Desktop, not Gears. Looking
at the GoogleDesktopMozillaStub.js file near line 434 suggests that it
expects browser to be window.document.getElementById("content").
That's a couple of leads for debugging (e.g. look for an element from
your page with id "content", try disabling Google Desktop or other
extensions).

Reply via email to