Closed
Bug 1261733
Opened 9 years ago
Closed 6 years ago
It's impossible to switch to found string by clicking global search results in Debugger - [TypeError: sourceResultsItem is null]
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox48 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox48 | --- | affected |
People
(Reporter: arni2033, Unassigned)
Details
>>> My Info: Win7_64, Nightly 48, 32bit, ID 20160403030243
STR_1:
1. Open https://bugzilla.mozilla.org/ , open Debugger
2. Type "!this._getDefaultDate(e)" in the filter field
3. Click the only search result
STR_2:
1. Open https://bugzilla.mozilla.org/ , open Debugger, prettify all sources
2. Type "!this._getDefaultDate(e)" in the filter field
3. Click the longest (of 2) search results
STR_3:
1. Open data:text/html,<script src="https://web-cdn.ttvnw.net/emberapp.js"></script>
2. Open Debugger, type "!DOMMouseScroll" in the filter field
3. Click any (of 2) search results
Actual Result: No visible action. Error in console: [TypeError: sourceResultsItem is null]
Expectations: Found string should become visible after Step 3 in each scenario
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
this relates to the old ui
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•