Closed
Bug 1591076
Opened 5 years ago
Closed 5 years ago
Popups show wrong value
Categories
(Tree Management :: Perfherder, defect, P1)
Tree Management
Perfherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: igoldan, Assigned: sclements)
References
(Regression)
Details
Attachments
(1 file)
This issue can be observed on retriggered data points.
STR
- Go to a plot which has some retriggered data points and zoom onto them (example).
- Choose a commit with retriggered data points (e8905725eb46e, for example).
- Hover over each of the retriggered data points.
Expected results:
From top to bottom on the chosen commit, the popup should show the 68.22, 62.00, 59.41 and 58.48 values.
What we actually get:
Popup always shows the 62.00 value, which corresponds to the first data point, no matter what data point you hover onto.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → sclements
Status: NEW → ASSIGNED
Priority: -- → P1
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
This fix will use the performance datum primary key/id to find tooltip data (was previously using push id) and will add it to the selected
query param but is backwards compatible so this patch won't break old links that show a tooltip.
Assignee | ||
Comment 3•5 years ago
|
||
Merged: https://github.com/mozilla/treeherder/commit/44632dc582abf514cce9ec4d30aab30777023d24
Should be deployed to production on Thursday.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•