-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Windows 7 64-bit, Internet Explorer 8
Going to https://server/hudson/builds in IE8 results in a script error. The timeline then doesn't display (it's just an empty box). The timeline displays properly in Chrome, so it does work correctly on our server.
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2; OfficeLiveConnector.1.4; OfficeLivePatch.1.3; .NET4.0C) Timestamp: Wed, 8 Sep 2010 13:38:01 UTC Message: Object doesn't support this property or method Line: 18 Char: 5 Code: 0 URI: https://hudson.server.local/hudson/builds
Line 18 is the window.addEventListener() line:
<script> var tz = -8.0; window.addEventListener('load', function() { var tl_el = document.getElementById("tl"); ...
- is related to
-
JENKINS-6439 Timeline on BuildTimeTrend page does not work
- Resolved