-
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 2024-06-28] [Payment card / Subscription] [$250] Subscription - Keyboard opens when neither of the fields are in focus after selecting currency #43181
Comments
Triggered auto assignment to @hayata-suenaga ( |
👋 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:
|
We think that this bug might be related to #wave-collect - Release 1 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Subscription - Keyboard opens when neither of the fields are in focus after selecting currency What is the root cause of that problem?The currency field is actually a TextInput but it opens a modal on click. On coming back, the field is focused, it's just that the focus style is being hidden because of App/src/components/AddPaymentCard/PaymentCardForm.tsx Lines 277 to 289 in a036b21
What changes do you think we should make in order to solve the problem?Pass disableKeyboard as true: <TextInput
label={translate('common.currency')}
aria-label={translate('common.currency')}
role={CONST.ROLE.COMBOBOX}
icon={Expensicons.ArrowRight}
onPress={showCurrenciesModal}
value={currency}
containerStyles={[styles.mt5]}
inputStyle={isHovered && styles.cursorPointer}
hideFocusedState
disableKeyboard
caretHidden
/> What alternative options did you consider?We can remove focus from the field when the modal is closed. Add a ref to the input field and call |
Not a backend bug |
nvm, i think its mentioned in issue |
not a blocker, the subscription page is only currently accessible by navigating directly to the link. Thus it's currently "hidden" from new users. |
Job added to Upwork: https://www.upwork.com/jobs/~017794b8ac770cfc92 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav ( |
@ishpaul777 It is a new feature: #42771 |
I can see it's open for External contributors. Looks like @ShridharGoel's proposal would work. 🎀 👀 🎀 C+ reviewed. |
Current assignee @hayata-suenaga is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
📣 @ShridharGoel 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.0-9 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-06-28. 🎊 For reference, here are some details about the assignees on this issue:
|
I've added a comment on the offending PR here. This was an edge case related to dropdown and keyboard. I don't think any action/regression test is needed for this one. @hayata-suenaga Can you assign a BZ member to handle the payment here? |
Triggered auto assignment to @stephanieelliott ( |
@stephanieelliott, please handle the payment for this issue, please 🙇 @mananjadhav is the C+ who reviewed the PR |
@mananjadhav, @stephanieelliott, @ShridharGoel, @hayata-suenaga Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@stephanieelliott Can you please add the payout summary? |
Summarizing payment on this issue:
Upwork job is here: https://www.upwork.com/jobs/~017794b8ac770cfc92 |
$250 approved for @mananjadhav |
@mananjadhav, @stephanieelliott, @ShridharGoel, @hayata-suenaga Huh... This is 4 days overdue. Who can take care of this? |
@stephanieelliott We're good to close this issue. |
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.80-3
Reproducible in staging?: y
Reproducible in production?: new feature
Issue found when executing PR: #42771
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
Keyboard will not open.
Actual Result:
Keyboard opens when neither of the fields are in focus after selecting currency.
Workaround:
n/a
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6503996_1717685180198.RPReplay_Final1717684902.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @mananjadhavThe text was updated successfully, but these errors were encountered: