react-navigation/react-navigation
View on GitHub[React Native for Windows]: Keyboard tab is moving to previously opened screen while the current screen is being opened
Open
#9109 opened on Nov 30, 2020
bughelp wantedpackage:stackplatform:windows
Description
Current Behavior
[React Native for Windows]: Keyboard tab is moving to previously opened screen while the current screen is being opened
Expected Behavior
- Cursor should not leave the current screen.
How to reproduce
Repro steps:
- Create stack navigator with two screen (Ex: Home screen & details screen)
- Go to Home screen(this screen contains few TextInputs), click a button to go to details screen
- Keep hitting the TAB key. When the cursor is invisible, type few random characters. These characters are actually being typed in the Home screen's text input boxes.
Your Environment
| software | version |
|---|---|
| iOS or Android | React Native for Windows |
| @react-navigation/native | 5.8.0 |
| @react-navigation/stack | 5.10.0 |
| react-native-gesture-handler | 1.8.0 |
| react-native-safe-area-context | 3.1.8 |
| react-native-screens | 2.11.0 |
| react-native | 0.63.3 |
| expo | |
| node | |
| npm or yarn | yarn |