Closed
Bug 1172408
Opened 10 years ago
Closed 10 years ago
Clicking anywhere on the sidebar displayed for a label results in an error thrown by marker-details.js
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(firefox40 affected, firefox41 affected, firefox42 fixed)
RESOLVED
FIXED
Firefox 42
People
(Reporter: avaida, Assigned: jsantell)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.68 KB,
patch
|
vporof
:
review+
|
Details | Diff | Splinter Review |
Reproducible on:
* Aurora 40.0a2 (2015-06-04)
* Nightly 41.0a1 (2015-06-07)
Affected platforms:
Ubuntu 14.04 (x64), Mac OS X 10.8.5 & 10.9.5, Windows 7 (x64)
Steps to reproduce:
1. Launch Firefox.
2. Toggle the Developer Tools and select "Performance".
3. Run the profiler for a few seconds on any page.
4. From the Waterfall section click on any marker available.
5. Click anywhere in the Sidebar displaying data for the selected marker.
6. Check the Browser Console.
Expected result:
There are no errors thrown in the Browser Console for this action.
Actual result:
* Clicking anywhere in the sidebar available for markers results in the following error thrown by marker-details.js:117:17:
> TypeError: el.getAttribute is not a function
* Nightly 41.0a1 (2015-06-07) is showing the same error, but thrown from a different line - marker-details.js:139:17:
> TypeError: el.getAttribute is not a function
Notes:
* This issue might be a regression, I'll follow up with a regression range as soon as possible.
Reporter | ||
Comment 1•10 years ago
|
||
Regression range:
mozilla-central
===============
* Last good revision: d44425c6730c
* First bad revision: b6623a27fa64
* Pushlog: https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=d44425c6730c&tochange=b6623a27fa64
mozilla-inbound
===============
* Last good revision: afb28a3157b3
* First bad revision: 5f7e75cf1891
* Pushlog: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=afb28a3157b3&tochange=5f7e75cf1891
Assignee | ||
Updated•10 years ago
|
Blocks: perf-tools-fx42
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jsantell
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8634980 -
Flags: review?(vporof)
Updated•10 years ago
|
Attachment #8634980 -
Flags: review?(vporof) → review+
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•