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
Virtual keyboard remains open and focus moves to TextInput #2.
Actual Behavior
Focus moves to TextInput #2 but virtual keyboard dismisses.
User needs to press on TextInput #2 again to get keyboard up.
This does not reproduce in Android.
(Write what happened. Add screenshots!)
Reproducible Demo
This was reproduced with react-native init demo and having following code in render():
Added only TextInputs.
We are not investing in new features or lower priority bug fixes on vCurrent. The bulk of investment is now in vNext as we prepare to make that the default choice. If this issue is still relevant on the vNext implementation please open a vNext issue. If this issue is of significant severity for a vCurrent app and vNext is not an option, re-open with justification.
ghost
removed
the
.NET Archive
Issue opened against deprecated .NET implementation, will be closed (label drives bot activity)
label
Oct 25, 2019
chrisglein
added
the
.NET Archive
Issue opened against deprecated .NET implementation, will be closed (label drives bot activity)
label
Oct 25, 2019
ghost
removed
the
.NET Archive
Issue opened against deprecated .NET implementation, will be closed (label drives bot activity)
label
Oct 25, 2019
Environment
react-native -v
:react-native-cli: 2.0.1
react-native: 0.54.1
npm ls rnpm-plugin-windows
:-- [email protected]
npm ls react-native-windows
:[email protected]
node -v
:v8.6.0
npm -v
:5.3.0
yarn --version
:Then, specify:
Steps to Reproduce
(Write your steps here:)
Preconditions: Device is in touchable mode so only virtual keyboard can be used.
Expected Behavior
Virtual keyboard remains open and focus moves to TextInput #2.
Actual Behavior
Focus moves to TextInput #2 but virtual keyboard dismisses.
User needs to press on TextInput #2 again to get keyboard up.
This does not reproduce in Android.
(Write what happened. Add screenshots!)
Reproducible Demo
This was reproduced with react-native init demo and having following code in render():
Added only TextInputs.
Demo where node modules and compiled binaries have been taken away.
textInputTest.zip
The text was updated successfully, but these errors were encountered: