Content
View differences
Updated by Henriette Darge 1 day ago
###
### Steps to reproduce
* Go to the new project selector
* Search for a name
* Press enter or arrow keys
### What is the buggy behavior?
* Nothing happens
### What is the expected behavior?
* Pressing Enter:
* When the currently active element is visible in the list, enter navigates to that project
* When the currently active element is **not** visible in the list, the Enter: The first element of the list should be triggered (navigated to)
* Pressing Arrow Down: The first element gets selected (so focused but not triggered yet)
* Pressing Arrow Up: The last element gets selected (so focussed but not triggered yet)
###
### Steps to reproduce
* Go to the new project selector
* Search for a name
* Press enter or arrow keys
### What is the buggy behavior?
* Nothing happens
### What is the expected behavior?
* Pressing Enter:
* When the currently active element is visible in the list, enter navigates to that project
* When the currently active element is **not** visible in the list, the
* Pressing Arrow Up: The last element gets selected (so focussed but not triggered yet)
###