Closed
Bug 1567966
Opened 5 years ago
Closed 5 years ago
Allow filtering in the events breakpoint panel
Categories
(DevTools :: Debugger, enhancement, P3)
DevTools
Debugger
Tracking
(firefox71 fixed)
RESOLVED
FIXED
Firefox 71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: Harald, Assigned: jarilvalenciano)
References
(Depends on 1 open bug, Blocks 1 open bug)
Details
(Keywords: good-first-bug)
User Story
When looking for specific events, I want to be able to (fuzzy-) filter the entries by matching event names, so that I can see the specific category or event names to select.
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Implementation: Panel-based filter components are already used in Network panel and the new Websocket panel (bug 1555628 landed the filter UI)
Reporter | ||
Comment 1•5 years ago
|
||
Just leaving this potentially bad UX ideas: Typing any letter while the tree is focused could trigger filtering, so the feature is easy to discover and maps to learned behavior of type-first-letters-to-jump-to-file. Of course DevTools' tree view could just implement the prior art of focusing files based on initial letters; but its much less discoverable.
Pushed by dwalsh@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/47f5993a8467
Add search to event listener breakpoints panel. r=davidwalsh
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 71
Updated•5 years ago
|
Assignee: nobody → jarilvalenciano
You need to log in
before you can comment on or make changes to this bug.
Description
•