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-03-29] [HOLD for payment 2024-03-26] [$250] Desktop/Web - User Status - Unable to enter a custom time for user status using the keyboard #38595

Closed
2 of 6 tasks
lanitochka17 opened this issue Mar 19, 2024 · 17 comments
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

Comments

@lanitochka17
Copy link

lanitochka17 commented Mar 19, 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.54-1
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: https://expensify.testrail.io/index.php?/tests/view/4435149
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause - Internal Team

Action Performed:

  1. Go to staging.new.expensify.com with Safari/Chrome or open Desktop App
  2. Login with any account
  3. Tap to User > Settings
  4. Tap to Status icon and select any emoji and Message
  5. Tap to "Clear After"
  6. Select "Custom"
  7. Select "Time"
  8. Enter new custom time using the keyboard

Expected Result:

User can enter new custom time for user status using the keyboard

Actual Result:

Unable to enter a custom time for user status using the keyboard

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

Bug6418465_1710801239438.Desktop-Status-Unable-enter-custom-time-keyboard.mp4

View all open jobs on GitHub

@lanitochka17 lanitochka17 added the DeployBlockerCash This issue or pull request should block deployment label Mar 19, 2024
Copy link
Contributor

👋 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:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

Copy link

melvin-bot bot commented Mar 19, 2024

Triggered auto assignment to @youssef-lr (Engineering), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

@lanitochka17
Copy link
Author

@youssef-lr FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors

@lanitochka17
Copy link
Author

We think that this bug might be related to #vip-vsp

@tienifr
Copy link
Contributor

tienifr commented Mar 19, 2024

Proposal

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

Unable to enter a custom time for user status using the keyboard

What is the root cause of that problem?

We're using maxLength={2} for hour input and minute input, and the value is formatted with fixed size (2) so when user try to edit the hour/minute, onChangeAmount function is not called since the input length is already reached to limit (2)

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

We should remove maxLength in both hour and minute input since we already have the logic to format the value to fixed size (2)

What alternative solutions did you explore? (Optional)

NA

Result

Screen.Recording.2024-03-19.at.22.54.29.mov

@youssef-lr
Copy link
Contributor

I think we need to find the offending PR first. I'm on it.

@youssef-lr
Copy link
Contributor

This is coming from this PR as it started passing all props to AmountTextInput when in the past we weren't actually passing maxLength to AmountTextInput. @tienifr looks good to me.

@youssef-lr youssef-lr changed the title Desktop/Web - User Status - Unable to enter a custom time for user status using the keyboard [$250] Desktop/Web - User Status - Unable to enter a custom time for user status using the keyboard Mar 19, 2024
Copy link

melvin-bot bot commented Mar 19, 2024

⚠️ Could not update price automatically because there is no linked Upwork Job ID. The BZ team member will need to update the price manually in Upwork.

@youssef-lr
Copy link
Contributor

@tienifr are you available to work on the PR now?

@youssef-lr
Copy link
Contributor

@tienifr I'll be working on the PR myself to unblock the deploy, you'll still be eligible for the payment here. Thank you!

@youssef-lr youssef-lr added Daily KSv2 and removed DeployBlockerCash This issue or pull request should block deployment Hourly KSv2 labels Mar 19, 2024
@melvin-bot melvin-bot bot added Weekly KSv2 Awaiting Payment Auto-added when associated PR is deployed to production and removed Daily KSv2 labels Mar 19, 2024
@melvin-bot melvin-bot bot changed the title [$250] Desktop/Web - User Status - Unable to enter a custom time for user status using the keyboard [HOLD for payment 2024-03-26] [$250] Desktop/Web - User Status - Unable to enter a custom time for user status using the keyboard Mar 19, 2024
Copy link

melvin-bot bot commented Mar 19, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.54-4 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-03-26. 🎊

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

  • @tienifr requires payment (Needs manual offer from BZ)

@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Mar 22, 2024
@melvin-bot melvin-bot bot changed the title [HOLD for payment 2024-03-26] [$250] Desktop/Web - User Status - Unable to enter a custom time for user status using the keyboard [HOLD for payment 2024-03-29] [HOLD for payment 2024-03-26] [$250] Desktop/Web - User Status - Unable to enter a custom time for user status using the keyboard Mar 22, 2024
Copy link

melvin-bot bot commented Mar 22, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.55-3 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-03-29. 🎊

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

  • @tienifr requires payment (Needs manual offer from BZ)

@melvin-bot melvin-bot bot added the Overdue label Apr 1, 2024
@youssef-lr youssef-lr added the Bug Something is broken. Auto assigns a BugZero manager. label Apr 3, 2024
Copy link

melvin-bot bot commented Apr 3, 2024

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

@melvin-bot melvin-bot bot added Daily KSv2 and removed Overdue Weekly KSv2 labels Apr 3, 2024
@youssef-lr
Copy link
Contributor

@puneetlath can we issue a $250 payment to @tienifr please?

@puneetlath
Copy link
Contributor

Offer is here: https://www.upwork.com/nx/wm/offer/101723112

@tienifr please ping me on the issue when you've accepted.

@tienifr
Copy link
Contributor

tienifr commented Apr 4, 2024

@tienifr please ping me on the issue when you've accepted.

@puneetlath I accepted, thanks!

@puneetlath
Copy link
Contributor

Paid. Thanks everyone!

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
Projects
None yet
Development

No branches or pull requests

4 participants