Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

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

  • 1 odgovor
  • 1 ima ovaj problem
  • 23 prikaza
  • Posljednji odgovor od 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?

Izabrano rješenje

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
Pročitaj ovaj odgovor u kontekstu 👍 0

Svi odgovori (1)

more options

Odabrano rješenje

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