himo8 / google-axs-chrome

Automatically exported from code.google.com/p/google-axs-chrome
0 stars 1 forks source link

Exceptions seen in the wild #128

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not quite certain that this is proper project to file a bug with but names 
in the source file below lead me to this project.

Unsure of exact repo case nor am I sure what the user impact is as these are 
coming in via our production error tracking on mobile.walmart.com.

TypeError: Cannot call method 'push' of undefined
    at Function.addEvent (https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js:628:84)
    at HTMLDocument.<anonymous> (https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js:648:228)
    at HTMLDocument.<anonymous> (eval at <anonymous> (http://mobile.walmart.com/r/phoenix/web/2.5.0/loader.js:1:5877))
    at Function.setDefaultCSSStyle (https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js:106:247)
    at [object Object].setDefaultCSSStyle (https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js:100:59)
    at [object Object].<anonymous> (https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js:107:616)
    at [object Object].init (https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js:493:874)
    at Object.loadKeyToFunctionsTable (https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js:612:859)
    at [object Object].init (https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js:679:180)
    at https://ssl.gstatic.com/accessibility/javascript/android/AndroidScriptChooser.user.js:670:296

Generally we see a few thousand instances of these per-user 

Original issue reported on code.google.com by kpdecker on 17 Jan 2014 at 7:18