Open
Bug 1316746
Opened 9 years ago
Updated 3 years ago
"Filter DOM Panel" only matches element names, not their values
Categories
(DevTools :: DOM, defect, P3)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: rick3162, Unassigned)
Details
Attachments
(1 file)
|
121.44 KB,
image/jpeg
|
Details |
In the "DOM panel" (which was implemented in bug 1201475)
the "Filter DOM Panel" only matches element names, not their values.
For example, opening the DOM panel for the above link and entering 'treeherder' in the textbox shows no entries, though there are 7 entries containing that string in their values.
It only displays results when entering e.g. '$', '1', 'BUGZILLA', etc.
Tested in Firefox 49.0.2 x64 and Nightly 52 x64 in win 10 x64.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•