Comment 2 for bug 542316

Revision history for this message
Dan Scott (denials) wrote :

We see this a lot; not just on My Account, but on almost any page. I strongly suspect it is due to a bug in Dojo, perhaps complicated in Evergreen by mixing the Dojo event model with our legacy JS event processing model.

Anyway, see:

  * http://bugs.dojotoolkit.org/ticket/10811
  * http://stackoverflow.com/questions/2164028/dojo-fails-to-load-from-googles-cdn-using-chrome-produces-uncaught-illegal-acce
  * http://trac.dojotoolkit.org/ticket/9659

For what it's worth, I also used to see this a lot in Firefox - but swapping in dojo.js from Dojo 1.4.2 (where bug 9659 was fixed) enabled me to click through more than 75 results in Firefox 3.5 on Linux without seeing the aborted screen of death... which was pretty much guaranteed to happen every 25 requests or so with the Dojo 1.3.2 version of dojo.js.

It looks like Dojo 1.3.3 was released on March 10, 2010, so perhaps it has the same fix in a more-compatible version of Dojo with our use in Evergreen 1.6...