Quick outline: can no longer cycle through results from top to bottom backwards #37835
Closed
Description
Steps to Reproduce:
- open quick outline on a TS file
- type a single character (e.g. the overall input is
@e
) - using the Up key, make sure you are focused on the first element
- Up once again
=> you are not put to the last element
If you try the same while you just have @
as input it seems to work just fine.
Debugging this I think I am doing the right thing in quickOpenWidget
where I eventually call focusLast
. However, the focused element after this call seems to be null
.