-
Notifications
You must be signed in to change notification settings - Fork 3k
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-06-29] [$1000] iOS - Copy and Download buttons overlap with Next button when app is in Spanish #20138
Comments
Triggered auto assignment to @twisterdotcom ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.iOS - Copy and Download buttons overlap with Next button when app is in Spanish What is the root cause of that problem?We are wrapping both FixFooter and Content inside ScrollView, and when we change language to Spanish, the text will has more lines, it makes the content of the CodeSection overlap the FixedFooter because it has position fix What changes do you think we should make in order to solve the problem?We should only wrap the content with ScrollView not the FixFooter. <FullPageOfflineBlockingView>
<ScrollView style={styles.flex1}>
<Section
title={props.translate('twoFactorAuth.keepCodesSafe')}
icon={Illustrations.ShieldYellow}
containerStyles={[styles.twoFactorAuthSection]}
iconContainerStyles={[styles.ml6]}
>
</Section>
</ScrollView>
<FixedFooter style={[styles.twoFactorAuthFooter, styles.flexGrow0]}>
<Button
success
text={props.translate('common.next')}
onPress={() => Navigation.navigate(ROUTES.SETTINGS_2FA_VERIFY)}
isDisabled={isNextButtonDisabled}
/>
</FixedFooter>
</FullPageOfflineBlockingView> What alternative solutions did you explore? (Optional)N/A ResultScreen.Recording.2023-06-04.at.08.07.34.mov |
Looks like something related to As a reminder, please make sure that all proposals are not workarounds and that any and all attempt to fix the issue holistically have been made before proceeding with a solution. Proposals to change our Feel free to drop a note in #expensify-open-source with any questions. |
hello |
📣 @faizansahib! 📣
|
email:[email protected] upwork Profile Link : https://www.upwork.com/freelancers/faizans50 |
Weird. Yes, I can repro. |
Job added to Upwork: https://www.upwork.com/jobs/~01bb40af209228ca22 |
Current assignee @twisterdotcom is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @Santhosh-Sellavel ( |
Triggered auto assignment to @arosiclair ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.iOS - Copy and Download buttons overlap with Next button when app is in Spanish What is the root cause of that problem?FixedFooter and Section are wrapped inside scrollview, when content is overflowed it made the content overflow the bottom section. What changes do you think we should make in order to solve the problem?We should reduce the padding, margin between component to prevent it overflow. IMO, the current margin and padding inside CodePage are so big. What alternative solutions did you explore? (Optional)N/A |
I think your solution is like a hack, because with smaller screen this issue can still happen @benjaminbennet |
@Expensify/design Do we need to fix anything here? |
Hmm I don't understand why the buttons/background card area overlap the button like that, but it's definitely a bug. @MonilBhavsar can you take a look at this one since I think you worked on this feature? |
@kbecciv On what device did the issue occurred? |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.30-5 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-06-29. 🎊 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.
As a reminder, here are the bonuses/penalties that should be applied for any External issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
Triggered auto assignment to @greg-schroeder ( |
Hi @greg-schroeder - sorry to leave this with you. I'm OOO and we just need to handle payment today and a test case. |
We don't need a separate regression test here, this is minor Ui polish. Existing cases should be enough. @arosiclair Let me know if you differ on any of the above. Thanks! Cc: @twisterdotcom |
No problem @twisterdotcom - I'll take care of payment once we reach the payment date tomorrow :) |
Wait actually I'm coming into this a bit late as I didn't managed this issue from the start - are we paying full price for this (but just to C+ for review)? There was some kind of regression here but I'm not certain @arosiclair @Santhosh-Sellavel |
@greg-schroeder Better this discussion can happen on Slack or new dot. We can wait for @twisterdotcom, I'm in no rush to collect payments here. |
Good call, I will open a discussion |
I sent you an offer @Santhosh-Sellavel for this one... given you're a different reviewer than the initial PR let's just go with the standard payment. |
awaiting payment acceptance and we can close this out |
@arosiclair, @twisterdotcom, @thiagobrez, @greg-schroeder, @Santhosh-Sellavel Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Not overdue |
Did you want to accept payment for this @Santhosh-Sellavel? |
Closing for now as everything else is complete. :) |
Paid Santhosh on new Dot. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
Button should not overlap between each other
Actual Result:
Copy and Download buttons overlap with Next button when app is in Spanish
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.23.6
Reproducible in staging?: yes
Reproducible in production?: yes
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
Notes/Photos/Videos: Any additional supporting documentation
Bug6079407_IMG_1318.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: