[Bug]: the screen reader's focus gets stuck in the menu
Prerequisites
- [X] I have searched the backlog for duplicate or closed feature requests
Your test device
Samsung A53
OS Version
Android 11
App version
1.0
Describe the issue
Go to Components -> menu -> DropDown menu Activate Talkback Click twice on menu the focus gets stuck in the menu : when the user scroll to the last item and try to go to the next element , the focus returns to the first item in the menu.
Expected Behavior
Implement correctly the order , to avoid that the focus gets stuck on the menu https://a11y-guidelines.orange.com/fr/mobile/android/developpement/navigation-vocale/#gerer-lordre-de-lecture-avec-la-navigation-vocale
@afrahB It seems that android:accessibilityTraversalAfter isn't available yet in Jetpack Compose. An issue is open on Google side: https://issuetracker.google.com/issues/186443263
@afrahB Could you please check this issue with the keyboard navigation fix and let me know if it's ok now?