Closed
Bug 1193248
Opened 9 years ago
Closed 6 years ago
[a11y] There's no way to unfocus breadcrumbs with keyboard (almost every hotkey stops working)
Categories
(DevTools :: Inspector, defect, P2)
DevTools
Inspector
Tracking
(firefox43 affected)
RESOLVED
DUPLICATE
of bug 1277501
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
Details
(Whiteboard: [dupeme])
STR: (Win7, Nightly 42.0a1 (2015-08-10))
1. Open devtools (Ctrl+Shift+I), go to "Inspector" tab
2. Press "Tab"
3. Press Ctrl+Shift+I
Result: No visible changes (also, Ctrl+W and most of shortcuts don't work)
Expectations: Devtools should collapse
Huh. So I figured out that focus just goes to breadcrumbs, and they cancel every shortcut they can,
even the Tab key. This is affecting accessibility A LOT, so probably this was already filed
I saw similar obtrusive handling of shortcuts in bug 1230325
Summary: Hotkeys stop working in Inspector after specific steps (Tab key breaks them) → [a11y] There's no way to unfocus breadcrumbs with keyboard (almost every hotkey stops working)
Whiteboard: [dupeme]
Comment 2•8 years ago
|
||
Inspector bug triage. Filter on CLIMBING SHOES.
The summary has changed a bit since the issue was opened. You can now TAB out of the breadcrumbs (but you cannot TAB back in).
However most shortcuts are indeed prevented and ineffective (close tab/window, quit application, open tab, close devtools etc....).
See preventDefault/stopPropagation performed at https://hg.mozilla.org/mozilla-central/file/043082cb7bd8/devtools/client/inspector/breadcrumbs.js#l357
-> P2
Priority: -- → P2
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 3•6 years ago
|
||
This has been fixed by Bug 1277501
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•