-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[HOLD for payment 2023-12-20] iOS - IOU - "Save" button does not relocate to the top when the input label is focused #32882
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Triggered auto assignment to @marcaaron ( |
My first guess would be #28618 |
@luacmartins any ideas on what might have caused this? It looks related to the form component stuff, but I don't see any recent changes touching that,. |
It probably came from this PR - #28618 |
ok, cool. That's what I guessed above. But not too sure. |
|
Ah so this commit here: 43ef40e maybe? |
Yea, I also noticed that the page also has extra margin on the bottom |
The extra padding comes from
This adds on with FormAlertSubmitButton's padding |
Alright so - definitely we want to set this to be But I think the issue with the margin is that safe area padding is getting applied twice. Once for the Form here: App/src/components/Form/FormWrapper.js Lines 110 to 115 in 86a2521
And once for the ScreenWrapper here:
|
ProposalPlease re-state the problem that we are trying to solve in this issue."Save" button does not relocate to the top when the input label is focused What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
Result:Screen.Recording.2023-12-12.at.7.02.57.AM.mov |
Thanks, but I'm in the process of getting a PR up now. |
ah okay! would've loved to help |
Well, you helped by validating the solution! Since we came up with the exact same one at the same time! 😄 |
Assigning @parasharrajat as the C+ reviewer |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.11-25 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2023-12-20. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
|
Triggered auto assignment to @anmurali ( |
Bug0 Triage Checklist (Main S/O)
|
@anmurali, @parasharrajat, @marcaaron Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
I think this one is just waiting for payment. Gonna drop it to weekly as most are OOO this week, but we will get you @parasharrajat! |
Feel free to close it after posting the payment summary. I will request it later. Thanks. |
Payment summary
|
@anmurali This is not a TS migration issue so I think the payment should be 500. Am I missing something? |
Fixed! |
Payment requested as per #32882 (comment) |
$500 approved for @parasharrajat |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 1.4.11-4
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
Action Performed:
Precondition: user should be Signed In
Expected Result:
"Save" button should relocate to the top when input label becomes focused
Actual Result:
Save button does not relocate to the top when the input label is focused, becoming hidden behind the keyboard. The same behaviour for the "Add to split" button on the select the attendee screen
The issue is reproducible only on iOS. The same behaviour for the "Add to split" button on the select the attendee screen.
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6309731_1702335393391.RPReplay_Final1702328673.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: