You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
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:
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
The text was updated successfully, but these errors were encountered: