Open
Bug 1280094
Opened 9 years ago
Updated 6 months ago
[a11y] Make it easier to focus first control in Dev Tools with the keyboard
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: Jamie, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: access)
When Dev Tools is open, it's currently difficult to get to the first control using the keyboard. You can get to the last control by shift+tabbing from the Address bar. However, getting to the first control requires shift+tabbing through everything else in Dev Tools or tabbing to the end of the web document and then pressing tab once more. I suggest one of two solutions:
1. Make Dev Tools accessible via the f6 key, which is used to switch between main panels. This would be my preference.
2. Put Dev Tools *after* the Address bar in the tab order instead of before. A possible problem is that this gets messy if you have a side bar such as History or Bookmarks open.
Comment 1•9 years ago
|
||
Solution 1 would be my preferred way forward, too.
| Reporter | ||
Updated•9 years ago
|
Blocks: devtoolsa11y
Severity: normal → enhancement
Priority: -- → P3
Comment 3•8 years ago
|
||
This is still valid, the dev tools should be included in the F6 order.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 4•7 years ago
|
||
Which files do I need to look at to try fixing this? Searching for either f6 or keyboard and the like returns too many hits.
Updated•3 years ago
|
Severity: normal → S3
Updated•6 months ago
|
No longer blocks: devtoolsa11y
Updated•6 months ago
|
Blocks: devtools-a11y
You need to log in
before you can comment on or make changes to this bug.
Description
•