Closed
Bug 1443090
Opened 7 years ago
Closed 7 years ago
Can't select toolbox tab with keyboard.
Categories
(DevTools :: Framework, defect)
DevTools
Framework
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1444300
People
(Reporter: mantaroh, Unassigned)
Details
STR:
1) Open the dev tools.
2) Focus any tab (by pressing shift+tab)
3) Change focus the tab (by pressing right / left key)
4) (Push the enter or space key)
Expected Result:
the toolbox will change the target tool after focused tab changed or focused tab click by using pres or enter key.
Actually Result:
doesn't change the tool tab.
The toolbox framework manages focused tab and current tab, however I think that framework doesn't set current tab when focused tab changed.[1]
[1] https://searchfox.org/mozilla-central/rev/d2b4b40901c15614fad2fa34718eea428774306e/devtools/client/framework/toolbox.js#1205
Reporter | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•