Closed
Bug 1400814
Opened 7 years ago
Closed 3 years ago
Browser toolbox shortcut not working
Categories
(DevTools :: General, defect, P3)
Tracking
(firefox57 fix-optional)
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox57 | --- | fix-optional |
People
(Reporter: jkt, Unassigned)
References
(Blocks 1 open bug)
Details
Ctrl+Shift+Alt+I Doesn't seem to work in Windows 10.
I have ensured I can remotely debug and debug chrome interfaces etc.
Updated•7 years ago
|
Component: Keyboard Navigation → Developer Tools
Comment 1•7 years ago
|
||
Same here, on Windows 10 too.
The keys are registered here: http://searchfox.org/mozilla-central/rev/31606bbabc50b08895d843b9f5f3da938ccdfbbf/devtools/shim/devtools-startup.js#86-91
Let's ask Brian who might know better, but I wasn't able to find other instances of accel and alt being used together on Windows in the Firefox source code, so I'm wondering if it even works at all.
Hmm, it appears to work for me on Windows 10. I tried both a local build and released Nightly.
Is it anything to do with locales? Are either of you using localized Nightly builds?
Flags: needinfo?(pbrosset)
Flags: needinfo?(jkt)
Comment 3•7 years ago
|
||
I tested with DevEdition in French, Nightly in English and a local build of m-c but the shortcut didn't work in any of them.
Flags: needinfo?(pbrosset)
Reporter | ||
Comment 4•7 years ago
|
||
I was using en-GB locale and it still isn't working here.
Flags: needinfo?(jkt)
Comment 5•7 years ago
|
||
Does the Browser Console shortcut work (Ctrl+Shift+J)? And if so, do you see the input field at the bottom of the console?
Flags: needinfo?(bgrinstead) → needinfo?(jkt)
Reporter | ||
Comment 6•7 years ago
|
||
This works correctly yes also the normal inspector works fine too. I notice that when a text field is selected that I get "Í" character inserted with the Ctrl+Shift+Alt+i but even explicitly focusing on a non text field still doesn't fix it.
This text field selection is the experience I have had previously with using other text input shortcuts when using with web extensions, they would work when the URL bar isn't selected or other fields. So I'm guessing it's not related to this.
Flags: needinfo?(jkt) → needinfo?(bgrinstead)
Reporter | ||
Updated•7 years ago
|
Summary: Browser toolbox shorcut not working → Browser toolbox shortcut not working
Comment 7•7 years ago
|
||
(In reply to Jonathan Kingston [:jkt] from comment #6)
> This works correctly yes also the normal inspector works fine too. I notice
> that when a text field is selected that I get "Í" character inserted with
> the Ctrl+Shift+Alt+i but even explicitly focusing on a non text field still
> doesn't fix it.
>
> This text field selection is the experience I have had previously with using
> other text input shortcuts when using with web extensions, they would work
> when the URL bar isn't selected or other fields. So I'm guessing it's not
> related to this.
Patrick, do you see the same behavior with "Í" being entered when using the shortcut with a text field selected?
Flags: needinfo?(bgrinstead) → needinfo?(pbrosset)
Maybe it depends on what order the modifiers are pressed in... but hopefully not!
Comment 9•7 years ago
|
||
(In reply to Brian Grinstead [:bgrins] from comment #7)
> Patrick, do you see the same behavior with "Í" being entered when using the
> shortcut with a text field selected?
Yes
(In reply to J. Ryan Stinnett [:jryans] (use ni?) from comment #8)
> Maybe it depends on what order the modifiers are pressed in... but hopefully
> not!
I tried all combinations, no luck.
Flags: needinfo?(pbrosset)
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Blocks: browser-toolbox
Comment 11•3 years ago
|
||
This seems to be working for me just fine.
Tested on Win10 and Mac
Please reopen if you still see the problem
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•