Jesse Glick commented on Bug JENKINS-16165

You can ignore the CSS warnings. The JS errors seem to be

TypeError: 'Event.observe' is not a function
Error thrown at line 1, column 0 in /adjuncts/cdaa3bea/lib/form/breadcrumb-config-outline/init.js:
    Event.observe(window, "load", function () {
TypeError: 'YAHOO.util.XHRDataSource' is not a constructor
Error thrown at line 1605, column 4 in createSearchBox(searchURL) in /static/cdaa3bea/scripts/hudson-behavior.js:
    var ds = new YAHOO.util.XHRDataSource(searchURL+"suggest");
ReferenceError: Undefined variable: $
Error thrown at line 1511, column 4 in updateBuildHistory(ajaxUrl, nBuild) in /static/cdaa3bea/scripts/hudson-behavior.js:
    $('buildHistory').headers = ["n",nBuild];
TypeError: 'storage._each' is not a function
Error thrown at line 93, column 8 in <anonymous function: applySubtree>(startNode, includeSelf) in /static/cdaa3bea/scripts/behavior.js:
    storage._each(function (registration) {

and perhaps others. Not sure if these are due to incompatibilities with Opera. Can you please try

1. Running with a different browser, say Chrome or Firefox.

2. Running a clean Jenkins installation (i.e. fresh $JENKINS_HOME) on the same machine, with your regular browser, in case the problems are triggered by plugins.

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to