-
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-13] [$1000] Chat - Thread - Keyboard does not open when click of reply in thread #19558
Comments
Triggered auto assignment to @tjferriss ( |
Bug0 Triage Checklist (Main S/O)
|
Looks like we don't auto focus when we open a chat anymore. |
@tjferriss Huh... This is 4 days overdue. Who can take care of this? |
Job added to Upwork: https://www.upwork.com/jobs/~01bb2845ef5dc4bb85 |
Triggered auto assignment to @anmurali ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr ( |
Whoops, I forgot to throw the |
Triggered auto assignment to @johnmlee101 ( |
I willing to try it out. But, how can I run it in my Windows System. The .sh files are running in windows machine which are executing by running yarn run android. |
📣 @rvenky125! 📣
|
Contributor details |
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
Can any one guide me to run the project on android in windows environment. |
ProposalPlease re-state the problem that we are trying to solve in this issue.The keyboard does not open when clicking on reply in the thread What is the root cause of that problem?React Native utilizes asynchronous rendering, which means that updates to the UI and layout calculations may not occur immediately. By introducing a small delay with setTimeout, you allow the rendering and layout to catch up, ensuring that the keyboard opening is triggered at the appropriate time. It appears that setting the focus on a TextInput component in React Native successfully brings the focus to the input field, but the keyboard doesn't open automatically. This behavior might resemble a known issue, although the exact reproduction steps may vary. Some developers have reported success by using setTimeout to introduce a slight delay before focusing on the input field, which triggers the keyboard to open. What changes do you think we should make in order to solve the problem?I solved this issue using a timeout in ReportActionCompose's ComponentDidMount. It works smoothly. What alternative solutions did you explore? (Optional)N/A |
📣 @Nodebrute! 📣
|
✅ Contributor details stored successfully. Thank you for contributing to Expensify! |
ProposalPlease re-state the problem that we are trying to solve in this issue.The keyboard does not open when clicking on reply in the thread What is the root cause of that problem?In some situations the keyboard may not open even if the text input is focused. So you can fix this issue by blurring and focusing again the text input. What changes do you think we should make in order to solve the problem?If the keyboard still not opens while focusing the text input then you can blur the text input by calling
Use this function inside the chat screen as What alternative solutions did you explore? (Optional) |
Bump @mollfpr |
Thanks @bernhardoj! @adelekennedy @bernhardoj I think we can continue with the PR now. @johnmlee101 Do you have a question about the proposal? |
Should I open the PR now or wait for @johnmlee101? |
I think that's fine, let's go with the same shared logic as from |
PR is ready cc: @mollfpr |
I think we're just waiting for John's review here |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.79-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 2024-06-13. 🎊 For reference, here are some details about the assignees on this 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:
|
No offending PR.
The regression step should be enough.
@adelekennedy Could you give the payment summary? Thank you! |
Payment Summary
BugZero Checklist (@adelekennedy)
|
Ugh - Upwork won't let me reuse the original job posting so I've just created a new job and sent an offer to @bernhardoj Payouts due:
Upwork job is here. |
Accepted |
$1,000 approved for @mollfpr |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Action Performed:
Expected Result:
Keyboard opens when click of reply in thread
Actual Result:
Keyboard does not open when click of reply in thread
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.17.2
Reproducible in staging?: yes
Reproducible in production?: yes
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
Notes/Photos/Videos: Any additional supporting documentation
Screen_Recording_20230519_085144_Chrome.mp4
Screen_Recording_20230524_170020_New.Expensify.mp4
Expensify/Expensify Issue URL:
Issue reported by: Manan Gadhiya (non GH)
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1684466830344199
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @adelekennedyThe text was updated successfully, but these errors were encountered: