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 autoscroll happens, and I'm still focused on the list, and then press the left/right arrow, the focus behaves, like it's on the last element that I've focused using DPAD, not the imperative focus() method.
To visualize that:
I've focused list on index 1.
Not pressing anything -> autoscroll focused element with index 3.
Pressing right -> instead of element with index 4 being focused, element with index equal to 2 is focused
Expected behavior
DPAD is following/tracking the focus() method call
Version and OS
Library version: [3.5.0]
React Native version: [0.73.6]
OS [web]
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hey! I'm not sure I really solved the issue, but I did solve some race conditions with 4.0.1 regarding lists + imperative focus. Can you try again in 4.0.1, without your workaround? 😁
Describe the bug
While using autoscroll on list, when user is focused, it's causing some weird behaviour in terms of DPAD.
To Reproduce
When autoscroll happens, and I'm still focused on the list, and then press the left/right arrow, the focus behaves, like it's on the last element that I've focused using DPAD, not the imperative focus() method.
To visualize that:
I've focused list on index 1.
Not pressing anything -> autoscroll focused element with index 3.
Pressing right -> instead of element with index 4 being focused, element with index equal to 2 is focused
Expected behavior
DPAD is following/tracking the focus() method call
Version and OS
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: