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!

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Learn More

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 1 antwoord
  • 1 heeft dit probleem
  • 1 weergave
  • Laatste antwoord van 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?

Gekozen oplossing

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
Dit antwoord in context lezen 👍 0

Alle antwoorden (1)

more options

Gekozen oplossing

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