Plugin methods are missing in Firefox 3.6

Posted by splintor on Stack Overflow See other posts from Stack Overflow or by splintor
Published on 2010-06-07T13:16:39Z Indexed on 2010/06/09 4:32 UTC
Read the original article Hit count: 236

Filed under:
|
|

Hi,
We have a plugin that we use to enable printing and saving from our app. We instantiate it using tag with all needed attributes, and then call Save() or Print() method on the document.embeds[0] object.

This used to work perfectly on Firefox 3.5 and earlier, but it no longer works in Firefox 3.6. In 3.6, document.embeds[0].Save is null, that is our custom methods are not defined on this object.

Any idea why this happens, and what has changed in Firefox 3.6 that causes it? Any idea on how to debug it and find the cause? And most important, any idea of a workaround that will allow us to access this methods?

Thanks,
splintor

© Stack Overflow or respective owner

Related posts about firefox

Related posts about plugins