Closed
Bug 1319431
Opened 8 years ago
Closed 7 years ago
new debugger makes it easy to accidentally focus content window via keyboard shortcuts
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bkelly, Unassigned)
References
()
Details
Steps:
1. Open example.com in a new tab
2. Open the new debugger in the devtools toolbox
3. Hit ctrl-f
4. Note that the content window search bar has opened and you are now focusing the content window.
5. Hit ctrl-p (as if you realized that is the debugger search keyboard shortcut)
6. Trigger content window print dialog instead of debugger toolbox
The annoying part is the debugger *does* use ctrl-f, but only if you have a file opened. I think changing focus based on the mode of the debugger is quite confusing from a UX perspective.
Ideally I think the debugger should always capture ctrl-f if it uses it sometimes. If you're not in the right mode it should display "select a file or use ctrl-p to search file names" or something.
Comment 1•8 years ago
|
||
Tracking this in GitHub here: https://github.com/devtools-html/debugger.html/issues/1752
Priority: -- → P2
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•