fluent_ui icon indicating copy to clipboard operation
fluent_ui copied to clipboard

🐛 TreeView's focus always starts at first or last item

Open robkri opened this issue 2 years ago • 1 comments

Describe the bug When using the arrow keys or the tab key to move the focus, the focus always starts on the first (down arrow, tab) or last item (up arrow) instead at the item that was invoked last: Fluent_UI_Focus_with_arrows

Expected behavior When using the keyboard to move the focus, the focus should start at the item that was invoked last, like can be seen in the WinUI 3 Gallery: WinUI_Focus_with_arrows

robkri avatar May 11 '23 10:05 robkri

I had a look at this, but I think this kind of behavior is not a reality in the current flutter focus system. Would love some extra help here!

https://docs.flutter.dev/ui/advanced/focus

bdlukaa avatar Jul 05 '23 23:07 bdlukaa