-
Notifications
You must be signed in to change notification settings - Fork 56
Description
If you press the tab key until focus is on the last element on the screen and then press tab again, tab focus should wrap around to the first element on screen. However, what actually happens is that the focus indicator disappears until you've pressed tab again about 30 times, then it finally wraps around to the start again. If you're running Narrator while you do this, the screen reader is completely silent on these phantom tab stops.
I'm posting this here because we are facing a similar problem in our app (although in ours, we only have a single phantom tab stop). I think it is to do with the windows implementation of react-navigation (in our app, removing the react-navigation Stack.Navigator makes the issue go away). Interested to see if anyone has any suggestions of what might be causing this, or any tips for debugging such an issue.