Closed
Bug 974856
Opened 11 years ago
Closed 8 years ago
Object Inspector navigation: Implement keyboard shortcuts to expand and select by typing
Categories
(DevTools :: Object Inspector, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bj, Unassigned)
Details
Open the object inspector with "inspect(document)" and click on the first property name "URL".
At this point up and down arrow and page up and page down work, but it would be nice to have other navigation. The lists get very long and the scroll bars can get hard to use (unless I make the tools so large I can't see the HTML page at the same time).
Some features which would be nice:
o Keyboard + and - to expand or collapse the current property.
o Typing a letter to go to the next property starting with that letter.
It would also be nice to clear or change filtering without losing the current selected property. If I find a property with a filter, and then want to clear the filter and look at other similarly named properties I need to find my location in the list again.
| Reporter | ||
Comment 1•11 years ago
|
||
Does this suggestion have the correct component and an appropriate summary? I just realized "Object Inspector" could refer to the view that pops up from the console command "inspect(object)" but could also be referring to the "Inspector" tab.
If my terminology is incorrect the same issue also applies to Bug 974334.
Comment 2•8 years ago
|
||
Won't be fixed in the VariablesView, but is thought of in Bug 1379574 for the new console frontend. The ObjectInspector component is capable of such keyboard interactions (with navigation keys)
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•