-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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-10-31] [HOLD for payment 2023-10-30] IOU - Bank account and Debit card modal appears on the left of Pay with Expensify button #30130
Comments
Triggered auto assignment to @bfitzexpensify ( |
Bug0 Triage Checklist (Main S/O)
|
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @deetergp ( |
I can raise a Quick PR as this a DB ProposalProblemKyc options popover menu option appear on left instead of top to "Pay with Expensify" Button Root CauseIn ReportPreview, we passed horizontal anchorAlignment as 'right' so that the dropdown menu option open on top the button, while this broke the positioning for kycOptions popover that should be "left" Changeswe should introduce a new Prop for anchorAlignment for kycOption popover and use horizontal alignment as "left" // src/components/ReportActionItem/ReportPreview.js
<SettlementButton
// rest of props
kycOptionsAnchorAlignment={{
horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.LEFT,
vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.BOTTOM,
}}
anchorAlignment={{
horizontal: CONST.MODAL.ANCHOR_ORIGIN_HORIZONTAL.RIGHT,
vertical: CONST.MODAL.ANCHOR_ORIGIN_VERTICAL.BOTTOM,
}}
/> // src/components/SettlementButton.js
<KYCWall
// rest of props
anchorAlignment={kycOptionsAnchorAlignment ? kycOptionsAnchorAlignment : anchorAlignment}
>
Screen.Recording.2023-10-22.at.12.11.05.AM.mov |
Dupe of #29361 and PR is open for it |
If this is a dupe of that, it should be reproducible in production as well right? |
The root cause exists in production but was not testable because option didn't show before #29902. So I'd say this is still deploy blocker. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.88-11 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-10-30. 🎊 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:
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.89-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 2023-10-31. 🎊 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:
|
I think we can close this and use #29332 as the payment/BZ checklist issue (since that has activity by the contributor and C+) - that make sense @deetergp @luacmartins? |
Makes sense to me @bfitzexpensify |
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.3.88-3
Reproducible in staging?: Yes
Reproducible in production?: No
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:
Issue found when executing PR #29902
Action Performed:
Precondition: User A has requested money in USD from User B
Expected Result:
The Bank account and Debit card modal appears above Pay with Expensify button
Actual Result:
The Bank account and Debit card modal appears on the left of Pay with Expensify button
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Android: Native
Android: mWeb Chrome
iOS: Native
iOS: mWeb Safari
Windows: Chrome
Bug6245655_1697906809828.bandicam_2023-10-21_21-37-17-986.mp4
MacOS: Desktop
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: