Closed
Bug 978167
Opened 11 years ago
Closed 6 years ago
Navigating files in the search dropdown via arrow keys is slow
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
Unrelated to the bug about typing while searching being slow (whichever one it is, can't find it at the moment).
We are selecting and displaying the source as we move the arrow keys, so if you press down or up a few times quickly, it feels really sluggish and I got lost as to which source I was at while I was waiting for the UI to catch up to my events.
We should either debounce this a little or wait till a user hits enter or closes the popup before we select the source.
I experienced this while chrome debugging, but it isn't chrome specific. Probably we just happen to have fairly large files in Firefox.
Reporter | ||
Updated•11 years ago
|
Summary: Selecting files in the search dropdown via arrow keys is slow → Navigating files in the search dropdown via arrow keys is slow
Reporter | ||
Comment 1•11 years ago
|
||
Cmd+P file searching dropdown, to be specific.
Updated•11 years ago
|
Blocks: dbg-frontend
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
Our new debugger is fast! :)
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
•