Closed
Bug 1108695
Opened 10 years ago
Closed 6 years ago
Searching in the debugger in all files an occurrence and pressing enter should select the next occurrence
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: fayolle-florent, Unassigned)
References
(Blocks 2 open bugs)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0
Build ID: 20141201162954
Steps to reproduce:
1. Open this page: http://nightly.mozilla.org/
2. Press Ctrl-Shift-S
=> The debugger panel of the DevTools should be open
3. In the search box of the debugger, type "!ea" and press enter
=> All occurrences are displayed in the list
4. Press Enter
=> Nothing happens
5. Press UP / Down
=> Nothing happens
Actual results:
Nothing happens in step 4 and 5.
Expected results:
I think it would be be nice that:
- pressing Enter goes to the next occurrence after the list is displayed
- pressing the Up / Down arrow keys displays respectively the next / previous occurrences
Initially reported here in the Firebug.next issue list: https://github.com/firebug/firebug.next/issues/182#issuecomment-66151010
Florent
Reporter | ||
Updated•10 years ago
|
Component: Untriaged → Developer Tools: Debugger
OS: Linux → All
Hardware: x86_64 → All
Reporter | ||
Updated•10 years ago
|
Blocks: firebug-gaps
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•10 years ago
|
Blocks: dbg-frontend
Comment 1•10 years ago
|
||
Actually, F3 should bring you to the next search result, like it does in any other programm. But I don't know if that conflicts with Firefox' own search.
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
closing as this relates to the old debugger.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Comment 3•6 years ago
|
||
(In reply to Jason Laster [:jlast] from comment #2)
closing as this relates to the old debugger.
Is it still an issue in the new debugger?
Comment 4•6 years ago
|
||
I don't think so. We have a different project search UI with keyboard navigation.
You need to log in
before you can comment on or make changes to this bug.
Description
•