-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[$250] iOS Split - Submit button appears then disappears when keyboard is open #52828
Comments
Triggered auto assignment to @isabelastisser ( |
Edited by proposal-police: This proposal was edited at 2024-11-22 04:05:07 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.The submit button appears and disappears when the keyboard opens on the money request confirmation page. What is the root cause of that problem?The submit button is hidden on purpose after the keyboard opens to resolve #50663. App/src/components/MoneyRequestConfirmationList.tsx Lines 827 to 829 in 686b8b4
The problem is that the keyboard opens with an animation, but the button is hidden only after the keyboard is fully open. App/src/components/withKeyboardState.tsx Line 29 in 686b8b4
What changes do you think we should make in order to solve the problem?Replace const keyboardWillShowListener = Keyboard.addListener('keyboardWillShow', (e) => { return () => {
keyboardWillShowListener.remove(); What alternative solutions did you explore? (Optional)Introduce a new state that listens to |
Job added to Upwork: https://www.upwork.com/jobs/~021860016281597788500 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr ( |
The offending PR has been reverted. Let's close this |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 9.0.64-4
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
Submit button will not appear and disappear when keyboard is open.
Actual Result:
Submit button appears then disappears when keyboard is open.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6670779_1732114874878.ScreenRecording_11-20-2024_22-57-28_1.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @mollfprThe text was updated successfully, but these errors were encountered: