-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[$500] iOS - RHP- Keyboard persist when user opened chat and navigated on Profile via QR Code or share link #36003
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01f5e97312ab13244c |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @thesahindia ( |
Triggered auto assignment to @anmurali ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.The soft keyboard shows up when navigating to a profile using a QR Code or share link from the chat report that is already open. What is the root cause of that problem?In App/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.js Line 134 in f6ba751
The issue is also reproducible by trying to open the URI scheme of a user profile when their corresponding chat report is the current active window. The command to do this with an example profile is: What changes do you think we should make in order to solve the problem?We can add an extra condition using the -const shouldAutoFocus = !modal.isVisible && (shouldFocusInputOnScreenFocus || (isEmptyChat && !ReportActionsUtils.isTransactionThread(parentReportAction))) && shouldShowComposeInput;
+const shouldAutoFocus = !modal.isVisible && isFocused && (shouldFocusInputOnScreenFocus || (isEmptyChat && !ReportActionsUtils.isTransactionThread(parentReportAction))) && shouldShowComposeInput; What alternative solutions did you explore? (Optional)None. |
Proposal |
@anmurali, @thesahindia Huh... This is 4 days overdue. Who can take care of this? |
@thesahindia Did you get a chance to review my proposal yet? |
@thesahindia - bump on the above. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
Sorry! I am having issue building the app on my physical device. I think it will be better to assign someone else. Please reassign @anmurali. |
Rotated the label since I will be OOO till 29th! I can take it back when I return! |
Triggered auto assignment to @mallenexpensify ( |
@mallenexpensify rotating bug and help wanted didn't assign a new C+. You will need to ask manually in the C+ slack channel and get this assigned! Thank you. |
📣 @situchan 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
Assigned to @situchan , please review the proposal above, thx |
@situchan Just to note here, this is also reproducible without having to use a physical device. Quoting from my proposal:
|
Thanks. autofocus.mov |
Triggered auto assignment to @thienlnam, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @akinwale 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
PR was deployed to production on Feb 28 |
@situchan, we want a regression test for this, right? Below is the checklist, it didn't auto-populate for some reason. 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:
|
@akinwale, @anmurali, @mallenexpensify, @thienlnam, @situchan Whoops! This issue is 2 days overdue. Let's get this updated quick! |
I haven't found any culprit PR. I think this bug existed for long time and just not caught as unusual case. |
@situchan , most bugs are created by QA/Applause and most end up with new or updated regression tests. Thx |
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.37-7
Reproducible in staging?: Y
Reproducible in production?: Y
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:
Expected Result:
Profile page should be properly displayed
Actual Result:
Keyboard persist when user opened the chat and then navigated on profile page
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Bug6370182_1707299989099.RPReplay_Final1707273030.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @situchanIssue Owner
Current Issue Owner: @situchanThe text was updated successfully, but these errors were encountered: