You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing a tree list that has scroll, navigating through the list with arrow keys to items outside of the current viewport does not keep the items in view.
Expected Behavior
When viewing a tree list that has scroll, navigating through the list with arrow keys should scroll to keep the items in view.
Steps To Reproduce
View a large tree list that expands its current container causing scroll overflow.
Select an item and navigate up/down outside of the current viewport.
The UI does not scroll to keep up with the current focused selection.