Open
Bug 1456060
Opened 7 years ago
Updated 2 years ago
Add proper keyboard navigation in console
Categories
(DevTools :: Console, enhancement, P3)
DevTools
Console
Tracking
(firefox61 affected)
NEW
Tracking | Status | |
---|---|---|
firefox61 | --- | affected |
People
(Reporter: nchevobbe, Unassigned)
References
Details
Since Bug 1452566, we now have keyboard navigation on the ObjectInspector, and we enabled it in the sidebar (Bug 1428078).
We didn't enable it for the console output because the keyboard navigation from the jsterm (console input) to a specific message object is a bit weird right now.
If we enable it, shift+tab take you from the jsterm to the last logged object, which is nice.
But in the meantime, we shift all the other elements we can interact with (log location, exception stacktrace toggle icon, group toggle icon, …).
We should take this as an opportunity to have a real good keyboard navigation that would benefit every user.
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•