-
Notifications
You must be signed in to change notification settings - Fork 3.2k
mWeb - Onboarding - “Add work email” button is unresponsive #60480
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
Comments
Triggered auto assignment to @mallenexpensify ( |
🚨 Edited by proposal-police: This proposal was edited at 2025-04-18 12:07:36 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.mWeb - Onboarding - “Add work email” button is unresponsive What is the root cause of that problem?I think the root cause is when the potential user taps on
App/src/pages/OnboardingWorkEmail/BaseOnboardingWorkEmail.tsx Lines 82 to 84 in 92707c3
where
This is a Platform specific problem What changes do you think we should make in order to solve the problem?We should apply the following changes:
App/src/pages/OnboardingWorkEmail/BaseOnboardingWorkEmail.tsx Lines 124 to 130 in 92707c3
App/src/pages/OnboardingWorkEmail/BaseOnboardingWorkEmail.tsx Lines 124 to 130 in 92707c3
App/src/pages/OnboardingWorkEmail/BaseOnboardingWorkEmail.tsx Lines 82 to 84 in 92707c3
with const updatedSubmitWorkEmail = useCallback(
(values: FormOnyxValues<typeof ONYXKEYS.FORMS.ONBOARDING_WORK_EMAIL_FORM>) => {
if (isMobileChrome || isMobileSafari) {
setTimeout(() => AddWorkEmail(values[INPUT_IDS.ONBOARDING_WORK_EMAIL]), 100); // add delay
} else {
AddWorkEmail(values[INPUT_IDS.ONBOARDING_WORK_EMAIL]);
}
},
[AddWorkEmail],
); and replace
with onSubmit={updatedSubmitWorkEmail} What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?NA What alternative solutions did you explore? (Optional)NA Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
Triggered auto assignment to @MarioExpensify ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 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:
|
c.c. @blimpich @ikevin127 |
Thank you @allgandalf, closing this as a duple of #60372. It is going to be addressed by #60303. |
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: 9.1.29-9
Reproducible in staging?: Yes
Reproducible in production?: Unable to check, new feature
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
If this was caught during regression testing, add the test name, ID and link from TestRail: #60461
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: iPhone 15 Pro / Safari
App Component: Other
Action Performed:
4 Tap add work email.
Expected Result:
User is able to add work email and is sent to screen to validate email
Actual Result:
Tapping “add work email button” does nothing
Workaround:
Unknown
Platforms:
Screenshots/Videos
1.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: