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!

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Learn More

Custom FireBreath plugin modal window hidding

  • 3 Mbohovái
  • 4 oguereko ko apañuãi
  • 4 Hecha
  • Mbohovái ipaháva majan

more options

Hi,

we created a plugin for firefox using FireBreath framework - usable only on windows platforms. In our plugin we exposed some Javascript methods, which are callable from firefox. One of those methods creates instance of COM object with GUI as modal dialog. The problem is that dialog appears behind the firefox window, so when the firefox is in full window, user does not see the custom dialog created by plugin unless pressing alt+tab to switch windows. In firefox version 3.6.3 this works great. In version 4 and 5 the modal dialog shows behind the main firefox window. Tried with google chrome and opera (both accept the same firebreath plugin) and it works - the dialog is always as modal and shows in front of browser. I know this is a uncommon solution, but I need the behavior like activex in internet explorer. Is there any chance to show the modal dialog in front of firefox (series 4 and 5) like in other browsers (chrome, opera, internet explorer)? Many thanks for any response.

Hi, we created a plugin for firefox using FireBreath framework - usable only on windows platforms. In our plugin we exposed some Javascript methods, which are callable from firefox. One of those methods creates instance of COM object with GUI as modal dialog. The problem is that dialog appears behind the firefox window, so when the firefox is in full window, user does not see the custom dialog created by plugin unless pressing alt+tab to switch windows. In firefox version 3.6.3 this works great. In version 4 and 5 the modal dialog shows behind the main firefox window. Tried with google chrome and opera (both accept the same firebreath plugin) and it works - the dialog is always as modal and shows in front of browser. I know this is a uncommon solution, but I need the behavior like activex in internet explorer. Is there any chance to show the modal dialog in front of firefox (series 4 and 5) like in other browsers (chrome, opera, internet explorer)? Many thanks for any response.

Opaite Mbohovái (3)

more options

Solved....just turn off plugin proxy in about:config for all plugins, or create a separate js file for one plugin a turn off the plugin proxy for that plugin.

more options

What is the exact choice item in about:config to turn off plugin proxy ?? tks !!

Moambuepyre chiahsi.chang rupive

more options

dom.ipc.plugins.enabled turns on/off for all plugins....or can create your custom key like dom.ipc.plugins.xxx.dll to turn on/off this feature.