New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 593757 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Mar 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Bisect button on chromeperf not working (loading forever)

Project Member Reported by primiano@chromium.org, Mar 10 2016

Issue description

- Open a random chart, e.g.,
https://chromeperf.appspot.com/report?sid=8408b2eafb0a97e99ebeca36bd3ab80abe3d14a44ed7e4903095849e56cf2684

- Click on a point (not necessarily an alert)
- Click on bisect

The spinner spins forever, without loading the bisect UI.
The JS console shows an error:

base-form.html:45 Uncaught TypeError: Cannot read property 'updateContent' of null
 
Owner: chrisphan@chromium.org
Same underlying issue as: https://github.com/catapult-project/catapult/issues/2104

In base-form, we're assuming there's an element (not in shadow DOM) with ID message-bar.

var messageBar = document.getElementById('message-bar');
messageBar.updateContent(message);

Should be fixed by https://codereview.chromium.org/1771023002

Chris, do you also think it's the same issue? Let's try and submit that CL and see if that solves this issue?
Status: Fixed (was: Untriaged)
Fix committed, deployed and verified. Thanks Chris :-)
Components: Speed>Dashboard
Labels: -Performance-Dashboard

Sign in to add a comment