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-02-19] [HOLD for #19642][$1000] mWeb - Non-Responsive view in legal name screen #26401

Closed
1 of 6 tasks
kbecciv opened this issue Aug 31, 2023 · 128 comments
Closed
1 of 6 tasks
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Bug Something is broken. Auto assigns a BugZero manager. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor

Comments

@kbecciv
Copy link

kbecciv commented Aug 31, 2023

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:

  1. Go to settings-> Click Profile
  2. Click personal details -> Click legal name
  3. Focus on any text field -> Swipe up to scroll

Expected Result:

This screen should be responsive

Actual Result:

Non-responsive view on Legal name screen

Workaround:

Unknown

Platforms:

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

  • Android / native
  • Android / Chrome
  • iOS / native
  • iOS / Safari
  • MacOS / Chrome / Safari
  • MacOS / Desktop

Version Number: 1.3.60.1
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
Notes/Photos/Videos: Any additional supporting documentation

Image.from.iOS.3.mov
RPReplay_Final1693491380.MP4

Expensify/Expensify Issue URL:
Issue reported by: @DinalJivani
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1692911380405329

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~016ea2797105a3c164
  • Upwork Job ID: 1701114239326281728
  • Last Price Increase: 2023-11-27
  • Automatic offers:
    • fedirjh | Reviewer | 28119719
    • suneox | Contributor | 28119720
@kbecciv kbecciv added Daily KSv2 Bug Something is broken. Auto assigns a BugZero manager. labels Aug 31, 2023
@melvin-bot
Copy link

melvin-bot bot commented Aug 31, 2023

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

@melvin-bot
Copy link

melvin-bot bot commented Aug 31, 2023

Bug0 Triage Checklist (Main S/O)

  • This "bug" occurs on a supported platform (ensure Platforms in OP are ✅)
  • This bug is not a duplicate report (check E/App issues and #expensify-bugs)
    • If it is, comment with a link to the original report, close the issue and add any novel details to the original issue instead
  • This bug is reproducible using the reproduction steps in the OP. S/O
    • If the reproduction steps are clear and you're unable to reproduce the bug, check with the reporter and QA first, then close the issue.
    • If the reproduction steps aren't clear and you determine the correct steps, please update the OP.
  • This issue is filled out as thoroughly and clearly as possible
    • Pay special attention to the title, results, platforms where the bug occurs, and if the bug happens on staging/production.
  • I have reviewed and subscribed to the linked Slack conversation to ensure Slack/Github stay in sync

@ishpaul777
Copy link
Contributor

ishpaul777 commented Aug 31, 2023

same issue is happening contact method verifucation I reported this a while ago i think should be added as reporter @kbecciv -
https://app.slack.com/client/T03SC9DTT/C049HHMV9SM/thread/C049HHMV9SM-1692911380.405329

@adelekennedy
Copy link

@ishpaul777 can you point to where you reported this? The link above redirects me to this issues thread.

@ishpaul777
Copy link
Contributor

https://expensify.slack.com/archives/C049HHMV9SM/p1691507520738229

I reported the behaviour, it was not a well formatted bug report.

@adelekennedy
Copy link

adelekennedy commented Sep 4, 2023

ah - so it looks like you asked about the bug but were told not to report it because it may have been related to an upcoming PR. In that case I'm not sure that it would count as it was never a formal bug report, I'm asking internally about this

@ishpaul777
Copy link
Contributor

@adelekennedy any update?

@melvin-bot melvin-bot bot added the Overdue label Sep 8, 2023
@adelekennedy
Copy link

Yeah - this won't count for the reporting bonus as it wasn't made into an actual issue

@melvin-bot melvin-bot bot removed the Overdue label Sep 8, 2023
@ishpaul777
Copy link
Contributor

Ok, thanks for clarification

@adelekennedy adelekennedy added the External Added to denote the issue can be worked on by a contributor label Sep 11, 2023
@melvin-bot melvin-bot bot changed the title mWeb - Non-Responsive view in legal name screen [$500] mWeb - Non-Responsive view in legal name screen Sep 11, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 11, 2023

Job added to Upwork: https://www.upwork.com/jobs/~016ea2797105a3c164

@melvin-bot melvin-bot bot added Overdue Help Wanted Apply this label when an issue is open to proposals by contributors labels Sep 11, 2023
@melvin-bot
Copy link

melvin-bot bot commented Sep 11, 2023

Current assignee @adelekennedy is eligible for the External assigner, not assigning anyone new.

@melvin-bot
Copy link

melvin-bot bot commented Sep 11, 2023

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

@adelekennedy
Copy link

wow - missed making this external

@melvin-bot melvin-bot bot removed the Overdue label Sep 11, 2023
@PiyushChandra17
Copy link

PiyushChandra17 commented Sep 11, 2023

Proposal

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

Legal Name screen is not responsive

What is the root cause of that problem?

In order for the screen to be responsive, media queries are required, there's no media queries set.

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

Since the problem occurs in mWeb, we should add the following media queries here

@media screen and (max-width: 479px) { 
    .css-view-175oi2r {
        overflow: hidden;
    }
}

This style will override the original style and should fix the problem.

What alternative solutions did you explore? (Optional)

NA

Result:

Simulator.Screen.Recording.-.iPhone.13.-.2023-09-11.at.23.35.51.mp4

@melvin-bot melvin-bot bot added the Overdue label Sep 13, 2023
@adelekennedy
Copy link

@0xmiroslav to review

@melvin-bot melvin-bot bot removed the Overdue label Sep 13, 2023
@0xmiros
Copy link
Contributor

0xmiros commented Sep 13, 2023

@PiyushChandra17 thanks for your proposal. The root cause is not correct.

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

melvin-bot bot commented Jan 24, 2024

📣 @fedirjh 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app!

Offer link
Upwork job

Copy link

melvin-bot bot commented Jan 24, 2024

📣 @suneox 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app!

Offer link
Upwork job
Please accept the offer and leave a comment on the Github issue letting us know when we can expect a PR to be ready for review 🧑‍💻
Keep in mind: Code of Conduct | Contributing 📖

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Daily KSv2 labels Jan 26, 2024
@suneox
Copy link
Contributor

suneox commented Jan 26, 2024

Hi @fedirjh, the PR is ready to review

@DinalJivani
Copy link

Hello @fedirjh
I haven't received Upwork offer automatically. Please send me offer manually when you are around.
Thanks

@mallenexpensify
Copy link
Contributor

@adelekennedy is the BugZero team member who will be managing.
@DinalJivani can you please accept the job and reply here once you have?
https://www.upwork.com/jobs/~0154c21d13eb0e8dfe

@DinalJivani
Copy link

@mallenexpensify cc: @adelekennedy
I haven’t received any upwork invite yet!

Did you meant “apply to the Upwork job you sent?”

@mallenexpensify
Copy link
Contributor

mallenexpensify commented Jan 30, 2024

Invited now @DinalJivani , can you please accept the job and reply here once you have?
https://www.upwork.com/jobs/~0154c21d13eb0e8dfe

Also.. for the bug report on 8/24, pay was $250 then.

@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Weekly KSv2 labels Feb 12, 2024
@melvin-bot melvin-bot bot changed the title [HOLD for #19642][$1000] mWeb - Non-Responsive view in legal name screen [HOLD for payment 2024-02-19] [HOLD for #19642][$1000] mWeb - Non-Responsive view in legal name screen Feb 12, 2024
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Feb 12, 2024
Copy link

melvin-bot bot commented Feb 12, 2024

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

Copy link

melvin-bot bot commented Feb 12, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.39-8 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-02-19. 🎊

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

Copy link

melvin-bot bot commented Feb 12, 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:

  • [@fedirjh] The PR that introduced the bug has been identified. Link to the PR:
  • [@fedirjh] 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:
  • [@fedirjh] 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:
  • [@fedirjh] Determine if we should create a regression test for this bug.
  • [@fedirjh] 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.
  • [@adelekennedy] Link the GH issue for creating/updating the regression test once above steps have been agreed upon:

@melvin-bot melvin-bot bot added Daily KSv2 and removed Weekly KSv2 labels Feb 18, 2024
@suneox
Copy link
Contributor

suneox commented Feb 20, 2024

Hi @mallenexpensify have we miss payment on this issue?

@adelekennedy
Copy link

sorry all - was ooo yesterday, @fedirjh to close this out do we need a regression test for this one?

@fedirjh
Copy link
Contributor

fedirjh commented Feb 20, 2024

@adelekennedy This is not a critical bug, it only affects mobile safari, and it is just a minor design issue, no need for regression test.

@mallenexpensify
Copy link
Contributor

Confirming @suneox has been paid
image

@suneox
Copy link
Contributor

suneox commented Feb 21, 2024

Confirming @suneox has been paid

@mallenexpensify Thank you I have received payment

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. Daily KSv2 Engineering External Added to denote the issue can be worked on by a contributor
Projects
None yet
Development

No branches or pull requests