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!

חיפוש בתמיכה

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 1 תגובה
  • 1 has this problem
  • 1 view
  • תגובה אחרונה מאת 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?

פתרון נבחר

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
Read this answer in context 👍 0

כל התגובות (1)

more options

פתרון נבחר

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