Prohledat stránky podpory

Vyhněte se podvodům. Za účelem poskytnutí podpory vás nikdy nežádáme, abyste zavolali nebo poslali SMS na nějaké telefonní číslo nebo abyste sdělili své osobní údaje. Jakékoliv podezřelé chování nám prosím nahlaste pomocí odkazu „Nahlásit zneužití“.

Learn More

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

  • 1 odpověď
  • 2 mají tento problém
  • 6 zobrazení
  • Poslední odpověď od 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?

Všechny odpovědi (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.