🐛 Unexpected focus behavior with NavigationView
and ListView
#913
Labels
bug
Something isn't working
NavigationView
and ListView
#913
Describe the bug
My app has a
ListView
withListTile
s and aDelete
key shortcut to delete the currently focusedListTile
. The app's focus behaves unexpectedly if it has aNavigationView
.Fluent UI version: 4.7.2
Flutter version: 3.10.6 (stable channel, framework revision f468f3366c)
Examples
❌ Fluent app with
NavigationView
Code...
Notice:
ListTile
loses focus. I have to pressTab
to regain the focus.ListTile
using theDelete
shortcut loses the focus. I have to pressTab
to regain the focus.✅ Fluent app without
NavigationView
Code...
This app works as expected (though with some minor focus highlight flashing):
✅ Material app
Code...
The app works as expected:
The text was updated successfully, but these errors were encountered: