Closed
Bug 1531762
Opened 7 years ago
Closed 7 years ago
Using Ctrl+F in console does not 'highlight' the matched string
Categories
(DevTools :: Console, enhancement)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1417245
People
(Reporter: jordan.hacker, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.109 Safari/537.36
Steps to reproduce:
Open Developer Tools on webpage, go to Console tab, press Ctrl+F to search for a desired string that is visible within the Console.
Actual results:
The string that is matched is not highlighted.
Expected results:
The string, and ALL INSTANCES of the string should be highlighted, regardless of 'input' or 'output' of the scripts in the Console at that time, followed with a count indicator to the left of the search box.
Updated•7 years ago
|
Component: Untriaged → Console
Product: Firefox → DevTools
Updated•7 years ago
|
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•