Closed
Bug 584121
(console-a11y)
Opened 14 years ago
Closed 11 years ago
[meta] Web Console should be keyboard accessible.
Categories
(DevTools :: Console, defect, P5)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: davidb, Unassigned)
References
Details
(Keywords: access, Whiteboard: [console-2])
Spun off 583816 comment 6.
We need to provide keyboard access to the toolbar.
Updated•14 years ago
|
Whiteboard: [kd4b5]
Updated•14 years ago
|
Summary: Web/Global console should be keyboard accessible. → Web Console should be keyboard accessible.
Reporter | ||
Updated•14 years ago
|
Reporter | ||
Comment 1•14 years ago
|
||
I asked Gijs how keyboarding works on Chatzilla, with tab completion of nicks etc.
The strategy CZ uses is that if the user hits tab repeatedly, detect this and tell them that f6 is used to cycle in/out of the input box (but in user facing wordsmithy).
Updated•14 years ago
|
Assignee: nobody → jviereck
Comment 2•14 years ago
|
||
This bug has a nice, general summary, so I'm bundling up other keyboard accessibility bugs as blockers for this one. We should look to take care of this in beta 5.
Updated•14 years ago
|
Whiteboard: [kd4b5]
Updated•14 years ago
|
Assignee: julian.viereck → nobody
Updated•14 years ago
|
Whiteboard: [console-2]
Comment 3•13 years ago
|
||
Not sure this needs ui-wanted. Deleted for now but can be added later.
Keywords: uiwanted
Updated•13 years ago
|
Component: Developer Tools → Developer Tools: Console
QA Contact: developer.tools → developer.tools.console
Updated•12 years ago
|
Summary: Web Console should be keyboard accessible. → [meta] Web Console should be keyboard accessible.
Updated•12 years ago
|
Alias: console-a11y
Updated•11 years ago
|
Priority: -- → P5
Comment 4•11 years ago
|
||
Should we continue to keep this bug open?
Is it possible to somehow get a keyboard accessibility evaluation of some sorts for the web console? Maybe with some filed bug reports as needed. We have recently made some changes - added shortcuts for common operations, added accesskeys and made all links in the output focusable by Tab.
Thank you!
Flags: needinfo?(dbolter)
Reporter | ||
Comment 5•11 years ago
|
||
Thanks!
One thing I'm curious about... bringing up the web console via keyboard routes focus to the input line nicely. If I travel away using F6 I don't seem to be able to return using F6. A workaround seems to be closing and reopening the web console.
I think we could close this one as fixed (thanks) and reopen one for the F6 issue if you agree? (I might be missing something)
Flags: needinfo?(dbolter)
Comment 6•11 years ago
|
||
Let's remember the work we're doing to replace the JS input in the web console with something more JSTerm like.
Comment 7•11 years ago
|
||
(In reply to David Bolter [:davidb] from comment #5)
> Thanks!
>
> One thing I'm curious about... bringing up the web console via keyboard
> routes focus to the input line nicely. If I travel away using F6 I don't
> seem to be able to return using F6. A workaround seems to be closing and
> reopening the web console.
>
> I think we could close this one as fixed (thanks) and reopen one for the F6
> issue if you agree? (I might be missing something)
Sounds good to me. Thank you!
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 8•11 years ago
|
||
Here's the bug for focusing the web console input: Bug 612253.
Updated•11 years ago
|
Resolution: FIXED → INCOMPLETE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•