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!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

What does it mean when accessibility.delay_plugins is set to false?

  • 1 resposta
  • 1 tem este problema
  • 1 visualização
  • Última resposta por cor-el

more options

I continue to have problems with Flash player crashing in Firefox while playing Zynga games. I have the current version of Firefox, Flash Player, plugins have been reset: I have jumped through all the hoops and continue to have the problems. I realize that Zynga games run very slowly so I decided to start tweaking the timeouts in Firefox. What does it mean exactly when the accessibility.delay_plugins setting is set to false? Does this mean accessibility delay is off by default?

I continue to have problems with Flash player crashing in Firefox while playing Zynga games. I have the current version of Firefox, Flash Player, plugins have been reset: I have jumped through all the hoops and continue to have the problems. I realize that Zynga games run very slowly so I decided to start tweaking the timeouts in Firefox. What does it mean exactly when the accessibility.delay_plugins setting is set to false? Does this mean accessibility delay is off by default?

Solução escolhida

See the comments in this file:

722 #ifdef XP_WIN
723 // Some accessibility tools poke at windows in the plugin process during setup
724 // which can cause hangs.  To hack around this set accessibility.delay_plugins
725 // to true, you can also try increasing accessibility.delay_plugin_time if your
726 // machine is slow and you still experience hangs.
727 // See bug 781791.
728 pref("accessibility.delay_plugins", false);
729 pref("accessibility.delay_plugin_time", 10000);
730 #endif
Ler esta resposta no contexto 👍 0

Todas as respostas (1)

more options

Solução escolhida

See the comments in this file:

722 #ifdef XP_WIN
723 // Some accessibility tools poke at windows in the plugin process during setup
724 // which can cause hangs.  To hack around this set accessibility.delay_plugins
725 // to true, you can also try increasing accessibility.delay_plugin_time if your
726 // machine is slow and you still experience hangs.
727 // See bug 781791.
728 pref("accessibility.delay_plugins", false);
729 pref("accessibility.delay_plugin_time", 10000);
730 #endif