react-navigation/react-navigation

[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

View on GitHub
 (17 comments) (0 reactions) (0 assignees)TypeScript (23,189 stars) (4,962 forks)batch import
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

Contributor guide