Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

NPAPI Plugin & IA2 accessibility Support - how can the plugin controls contribute to IA2?

  • 1 èsì
  • 2 ní àwọn ìṣòro yìí
  • 11 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ guigs

more options

We have an NPAPI Plugin which is embedding a Windows Application inside Firefox using the plugin container. The application we are embedding is being modified to support IA2 interface for it's various controls. When we embed this in IE (using BHO), it all works fine and JAWS works fine. But when we embed this in Firefox, as we hover over our application inside the FF tab, all we see is "Embedded Object", so basically FF is intercepting the messages and not letting the underlying window get hold of it and return appropriately. Even clicking inside out application doesn't help. Is there a way to tell Firefox that my add-on support IA2 so let it take care of it's own things?

We have an NPAPI Plugin which is embedding a Windows Application inside Firefox using the plugin container. The application we are embedding is being modified to support IA2 interface for it's various controls. When we embed this in IE (using BHO), it all works fine and JAWS works fine. But when we embed this in Firefox, as we hover over our application inside the FF tab, all we see is "Embedded Object", so basically FF is intercepting the messages and not letting the underlying window get hold of it and return appropriately. Even clicking inside out application doesn't help. Is there a way to tell Firefox that my add-on support IA2 so let it take care of it's own things?

All Replies (1)

more options

If I understand this correctly, it looks like there is an API that is used to properly pass the DOM objects from the embedded application to the extension interface.

References

Hopefully this points you in the right direction, because of the platform access that NAPI plugins use it looks like this may be causing the issue? The MDN community and stackoverflow.com will have a better expertise on the subject as well.