Open
Bug 1935403
Opened 1 year ago
Updated 1 year ago
Project search input doesn't get focused when hitting the keyboard shortcut if Search panel was already visible
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Whiteboard: [lang=js])
Steps to reproduce
- Go to https://nchevobbe.github.io/demo/console-test-app.html
- Open the Debugger
- Select the search panel
- Click somewhere else (e.g. in the editor) to move focus outside of the input
- Hit Cmd+Shift+F to trigger a project search
Expected results
The search input gets focused
Actual results
The search input isn't focused
Updated•1 year ago
|
Mentor: hmanilla
Severity: -- → S3
Priority: -- → P3
Whiteboard: [lang=js]
Updated•1 year ago
|
Blocks: devtools-shortcuts
You need to log in
before you can comment on or make changes to this bug.
Description
•