-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
a: desktopRunning on desktopRunning on desktop
Description
Reported by @eyun-tv (thank you for the report and the clear reproduction case!):
"I write a demo use DefaultFocusTraversal with ReadingOrderTraversalPolicy
But , I find when you press up or down , sometimes , the focus will lose .
I record a video https://vimeo.com/338635739 for show this bug
My code is there :
https://github.com/eyun-tv/flutter-tv/blob/master/lib/main.dart
https://github.com/eyun-tv/flutter-tv/blob/master/lib/ui/util/video.dart
My flutter version is master and my tv box is android 9"
I took a quick look, and it seems to be related to the anti-hysteresis code that makes sure we follow the same reverse path as we took forward, probably having to do with reaching the end of the history but not doing anything in that case.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a: desktopRunning on desktopRunning on desktop