Navigate through search results with arrow keys
AmadeusW opened this issue · 4 comments
AmadeusW commented
When the focus is within the search box, pressing up and down keys should bring the focus down to the search results (or at least visually simulate focus). Pressing enter should navigate to the selected search result.
JoshVarty commented
It'd be nice if this was the case for the treeview as well. So you could expand and close nodes with the arrow keys too.
Maybe there's a way we can intelligently do this for both.
AmadeusW commented
Good idea. The search results are done using a
and span
elements, while the treeview operates on li
tags. We could use a class attribute, or a common tag.