t-artistik / browserscope

Automatically exported from code.google.com/p/browserscope
Apache License 2.0
0 stars 0 forks source link

Uncaught TypeError: Cannot call method 'toLowerCase' of undefined #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Run the test in Google Chrome 4.0.206.1 on Windows XP (dev channel).

In test 11 (?) there is an uncaught javascript exception. The error is:
    Uncaught TypeError: Cannot call method 'toLowerCase' of undefined

This happens in the gzip test, line 19:
    var aeheader = aHeaders['HTTP_ACCEPT_ENCODING'].toLowerCase();

The test says it is busy, but nothing happens. I copied the error message 
from the developer console.

Extra info: we are behind a corporate proxy, probably ISA from Microsoft.

Original issue reported on code.google.com by doek...@gmail.com on 14 Sep 2009 at 12:14

GoogleCodeExporter commented 9 years ago

Original comment by els...@gmail.com on 14 Sep 2009 at 1:41

GoogleCodeExporter commented 9 years ago
fixed (but not tested!)

Original comment by stevesou...@gmail.com on 21 Sep 2009 at 6:53

GoogleCodeExporter commented 9 years ago
Is the fix already deployed? The same error occurs on 
http://www.browserscope.org/network/test with Chrome 4.0.211.4

Original comment by doek...@gmail.com on 22 Sep 2009 at 9:29

GoogleCodeExporter commented 9 years ago
I just deployed after running the unit tests. If you can confirm the fix works 
that'd 
be great. I'll also do so.

Original comment by els...@gmail.com on 22 Sep 2009 at 4:09

GoogleCodeExporter commented 9 years ago
Seems good to me, but would like a verifier since I wasn't seeing this on linux.

Original comment by els...@gmail.com on 22 Sep 2009 at 4:29

GoogleCodeExporter commented 9 years ago
Tested OK today with Google Chrome 4.0.211.4

Original comment by doek...@gmail.com on 23 Sep 2009 at 6:52

GoogleCodeExporter commented 9 years ago
I am using 4.0.249.78 (36714)
When using jquery-1.4.2.min.js i get:
Uncaught TypeError: Cannot call method 'toLowerCase' of undefined
it prevents everything from working.

Original comment by IfTrueEl...@gmail.com on 7 Apr 2010 at 5:23