Keyboard shortcut for finding next occurrence of search term not working
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
Originally reported here:
https://github.com/firefox-devtools/debugger/issues/8260
Keyboard shortcut for finding next occurrence of search term not working on Windows, opens 'Go to line' prompt instead.
Firefox Nightly 70.0a1 20190816215314, Firefox beta 69.0b14
The keyboard shortcut for finding the next occurrence of a search term does not work, at least on Windows. It opens the 'Go to line' prompt instead.
The source search ind next command key is defined in sourceSearch.search.again.key3=Cmd+G
(from bug 1488662). That bug also added gotoLineModal.key3=Ctrl+G
. Searching for the previous match with sourceSearch.search.againPrev.key3=Cmd+Shift+G
works.
Steps to reproduce:
- Open the debugger, e.g. with github open.
- Open search across files by pressing Ctrl+Shift+F
- Search for
let
. - Click on one of the the files from the result.
- Click on one of the matches.
- Press Ctrl+Shift+G (finding previous match, works).
- Press Ctrl+G (finding next match) - doesn't work. F3 also doesn't work but opens the browser's Find In Page bar.
Expected: No confusion about Ctrl+G, shortcut to go to next match.
Reporter | ||
Updated•4 years ago
|
Comment 1•4 years ago
|
||
:Honza, if you think that's a regression, then could you try to find a regression range in using for example mozregression?
Comment 2•2 years ago
|
||
I'm currently seeing this on Mac as well, hence updating title. Cmd-shift-G does work.
Description
•