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!

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

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

  • 1 réponse
  • 1 a ce problème
  • 1 vue
  • Dernière réponse par 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?

Solution choisie

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
Lire cette réponse dans son contexte 👍 0

Toutes les réponses (1)

more options

Solution choisie

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