Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled javascript errors on every Statistics page in both IE7 and 8 (in d3.v3.min.js) #1283

Closed
claycompton opened this issue Jun 28, 2013 · 0 comments
Assignees

Comments

@claycompton
Copy link

There are javascript errors on every Statistics page in both IE7 and 8 (in d3.v3.min.js). Even if we expect SVG operations to fail, these errors are visible to users and may cause confusion, even if no other part of the user experience is affected. We should try to catch these if possible.

To repro:

  1. In IE7 or IE8, navigate to http://qa.nugettest.org/stats/packages/Microsoft.Web.Infrastructure/1.0.0.0?groupby=ClientName.

Result: You'll get a client JavaScript error.

IE8:
Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; WOW64; Trident/4.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.30729)
Timestamp: Fri, 28 Jun 2013 00:24:54 UTC

Message: Object doesn't support this property or method
Line: 2
Char: 26653
Code: 0
URI: http://qa.nugettest.org/Scripts/d3.v3.min.js

IE7:
Line: 3
Char: 17545
Error: 'CSSStyleDeclaration' is undefined
Code: 0
URI: http://qa.nugettest.org/Scripts/d3.v3.min.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants