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-07] [$500] IOU - Keyboard comes out from right to left on participant screen #37257

Closed
1 of 6 tasks
lanitochka17 opened this issue Feb 27, 2024 · 15 comments
Assignees
Labels
Awaiting Payment Auto-added when associated PR is deployed to production Engineering 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 Reviewing Has a PR in review Weekly KSv2

Comments

@lanitochka17
Copy link

lanitochka17 commented Feb 27, 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.44-0
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:

  1. Open the app and log in
  2. Tap the FAB > Request money
  3. Select any option
  4. Enter the amount if it is a manual request
  5. Proceed to the participant screen

Expected Result:

The keyboard comes out from bottom to top

Actual Result:

The keyboard comes out from the right to the left. In other areas, for example, in search or start chat it appears from bottom to top

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

Bug6393521_1709000900338.IMG_5387.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~012f111bd2927acf29
  • Upwork Job ID: 1762307582490816512
  • Last Price Increase: 2024-02-27
@lanitochka17 lanitochka17 added DeployBlockerCash This issue or pull request should block deployment External Added to denote the issue can be worked on by a contributor labels Feb 27, 2024
@melvin-bot melvin-bot bot changed the title IOU - Keyboard comes out from right to left on participant screen [$500] IOU - Keyboard comes out from right to left on participant screen Feb 27, 2024
Copy link

melvin-bot bot commented Feb 27, 2024

Job added to Upwork: https://www.upwork.com/jobs/~012f111bd2927acf29

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

melvin-bot bot commented Feb 27, 2024

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

@melvin-bot melvin-bot bot added the Daily KSv2 label Feb 27, 2024
@github-actions github-actions bot added Engineering Hourly KSv2 and removed Daily KSv2 labels Feb 27, 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 Feb 27, 2024

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

@lanitochka17
Copy link
Author

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

@lanitochka17
Copy link
Author

Production:

IMG_5373.MP4

@youssef-lr
Copy link
Contributor

I think it might be coming from here, cc @mountiny @hannojg

@bi-kash
Copy link

bi-kash commented Feb 27, 2024

Proposal

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

The current issue revolves around the animation of the keyboard, which is currently sliding in from the right instead of the desired bottom sliding motion.

What is the root cause of that problem?

The root cause of the problem lies in the existing animation code located in src/libs/Navigation/AppNavigator/modalStackNavigatorOptions/index.native.ts. The animation property is set to 'slide_from_right', causing the keyboard to slide in from the right.

const defaultSubRouteOptions: NativeStackNavigationOptions = {
    headerShown: false,
    animation: 'slide_from_right',
};

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

To rectify the issue, a correction in the animation property is needed. The animation should be adjusted to 'slide_from_bottom' to ensure the keyboard slides in from the bottom.

const defaultSubRouteOptions: NativeStackNavigationOptions = {
    headerShown: false,
    animation: 'slide_from_bottom',
};

What alternative solutions did you explore? (Optional)

NA

@youssef-lr
Copy link
Contributor

Thanks for the proposal, let's wait to hear from @hannojg if this is intended or not. I think this can be fixed by the original author as it's not technically a bug, just a choice we made.

@ghost
Copy link

ghost commented Feb 27, 2024

I don't think it is a bug, it is more like a preference.

@kirillzyusko kirillzyusko mentioned this issue Feb 27, 2024
50 tasks
@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Hourly KSv2 labels Feb 27, 2024
@puneetlath
Copy link
Contributor

Thanks for the proposal, let's wait to hear from @hannojg if this is intended or not. I think this can be fixed by the original author as it's not technically a bug, just a choice we made.

Going to remove the deploy blocker label, given this comment.

@puneetlath puneetlath removed the DeployBlockerCash This issue or pull request should block deployment label Feb 27, 2024
@DylanDylann
Copy link
Contributor

DylanDylann commented Feb 28, 2024

@youssef-lr @MonilBhavsar The offending PR is reverted and I can't reproduce this issue on the latest main

Screen.Recording.2024-02-28.at.14.07.44.mov

Let's close this one

@MonilBhavsar
Copy link
Contributor

Yes, This is resolved now. So closing

@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 29, 2024
@melvin-bot melvin-bot bot changed the title [$500] IOU - Keyboard comes out from right to left on participant screen [HOLD for payment 2024-03-07] [$500] IOU - Keyboard comes out from right to left on participant screen Feb 29, 2024
@melvin-bot melvin-bot bot removed the Reviewing Has a PR in review label Feb 29, 2024
Copy link

melvin-bot bot commented Feb 29, 2024

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

Copy link

melvin-bot bot commented Feb 29, 2024

The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.45-6 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-07. 🎊

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

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

@melvin-bot melvin-bot bot added Reviewing Has a PR in review Weekly KSv2 and removed Weekly KSv2 labels Mar 12, 2024
kirillzyusko added a commit to margelo/expensify-app-fork that referenced this issue Mar 21, 2024
kirillzyusko added a commit to margelo/expensify-app-fork that referenced this issue Mar 27, 2024
@melvin-bot melvin-bot bot added Weekly KSv2 and removed Weekly KSv2 labels Sep 30, 2024
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 Engineering 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 Reviewing Has a PR in review Weekly KSv2
Projects
None yet
Development

No branches or pull requests

6 participants