Skip to content
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 2024-01-25] [$500] Bank account - Bank account fields have narrow layoutThere is adequate spacing between each field #34385

Closed
2 of 6 tasks
lanitochka17 opened this issue Jan 11, 2024 · 14 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors Weekly KSv2

Comments

@lanitochka17
Copy link

lanitochka17 commented Jan 11, 2024

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: 1.4.24-4
Reproducible in staging?: Y
Reproducible in production?: Y
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:

  1. Go to Settings > Workspaces > any workspace
  2. Go to Bank account > Connect manually
  3. Proceed to Step 2 Company information

Expected Result:

There is adequate spacing between each field

Actual Result:

Bank account fields have narrow layout

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence

Bug6339128_1704992516661!Screenshot_20240111-044202_New_Expensify

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~01cabecd476f4c43d0
  • Upwork Job ID: 1745497337519603712
  • Last Price Increase: 2024-01-11
@lanitochka17 lanitochka17 added External Added to denote the issue can be worked on by a contributor Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Jan 11, 2024
@melvin-bot melvin-bot bot changed the title Bank account - Bank account fields have narrow layoutThere is adequate spacing between each field [$500] Bank account - Bank account fields have narrow layoutThere is adequate spacing between each field Jan 11, 2024
Copy link

melvin-bot bot commented Jan 11, 2024

Triggered auto assignment to @sonialiap (Bug), see https://stackoverflow.com/c/expensify/questions/14418 for more details.

Copy link

melvin-bot bot commented Jan 11, 2024

Job added to Upwork: https://www.upwork.com/jobs/~01cabecd476f4c43d0

@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Jan 11, 2024
Copy link

melvin-bot bot commented Jan 11, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav (External)

@bernhardoj
Copy link
Contributor

Proposal

Please re-state the problem that we are trying to solve in this issue.

The spacing between input is small on android/iOS.

What is the root cause of that problem?

This is a regression from #34199 where we replace the usage of containerStyles with touchableInputWrapperStyle to fix #34136.

On web however, this issue didn't happen because we still use the containerStyles in the View wrapper.

<View
style={[styles.pointerEventsNone, containerStyles]}

which we didn't do for native input.

<View
style={styles.pointerEventsNone}

So, the containerStyles in native is never applied.

What changes do you think we should make in order to solve the problem?

Add containerStyles to the View wrapper.

@shubham1206agra
Copy link
Contributor

This has happened due to improper sync in margelo@1290c7c. But this hasn't been detected before we made changes in #34199 (which is basically a syncing the PR correctly with web counterpart). So this is a discovered bug now.

But I think @mkhutornyi could raise a PR for a quick fix.

@mkhutornyi
Copy link
Contributor

yes, I can.

@shubham1206agra
Copy link
Contributor

Please raise it then.

@sonialiap
Copy link
Contributor

@mkhutornyi to confirm, will you submit a PR for this issue? If yes, I'd like to assign you to this issue so that it's easier to keep track

@melvin-bot melvin-bot bot removed the Overdue label Jan 15, 2024
@mkhutornyi
Copy link
Contributor

yes, will do

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Daily KSv2 Weekly KSv2 labels Jan 16, 2024
@melvin-bot melvin-bot bot changed the title [$500] Bank account - Bank account fields have narrow layoutThere is adequate spacing between each field [HOLD for payment 2024-01-25] [$500] Bank account - Bank account fields have narrow layoutThere is adequate spacing between each field Jan 18, 2024
Copy link

melvin-bot bot commented Jan 18, 2024

Reviewing label has been removed, please complete the "BugZero Checklist".

@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Jan 18, 2024
Copy link

melvin-bot bot commented Jan 18, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.26-2 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 2024-01-25. 🎊

For reference, here are some details about the assignees on this issue:

  • @mananjadhav requires payment through NewDot Manual Requests

Copy link

melvin-bot bot commented Jan 18, 2024

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:

  • [@mananjadhav] The PR that introduced the bug has been identified. Link to the PR:
  • [@mananjadhav] The offending PR has been commented on, pointing out the bug it caused and why, so the author and reviewers can learn from the mistake. Link to comment:
  • [@mananjadhav] A discussion in #expensify-bugs has been started about whether any other steps should be taken (e.g. updating the PR review checklist) in order to catch this type of bug sooner. Link to discussion:
  • [@mananjadhav] Determine if we should create a regression test for this bug.
  • [@mananjadhav] If we decide to create a regression test for the bug, please propose the regression test steps to ensure the same bug will not reach production again.
  • [@sonialiap] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@mananjadhav
Copy link
Collaborator

I don't think there will be a payout for this one as this was a regression.

@sonialiap
Copy link
Contributor

Original issue #34136

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors Weekly KSv2
Projects
None yet
Development

No branches or pull requests

6 participants