-
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
[$250] [Bug] - Second message disappear when typing second message quickly after sending 1st one reported by @puneetlath. #11490
Comments
@kavimuru, a lil misunderstanding here. It's reported by @puneetlath. |
Triggered auto assignment to @ctkochan22 ( |
Triggered auto assignment to @sonialiap ( |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav ( |
Current assignee @ctkochan22 is eligible for the External assigner, not assigning anyone new. |
ProposalProblemOriginally, reportID is string. That make App/src/pages/home/report/ReportActionCompose.js Lines 182 to 187 in f710d78
SolutionWe'll use this.props.reportID instead of this.props.report.reportID because reportID is converted to string when we pass to App/src/pages/home/report/ReportFooter.js Lines 94 to 100 in f710d78
In App/src/pages/home/report/ReportActionCompose.js Lines 182 to 187 in f710d78
- if (this.props.report.reportID === prevProps.report.reportID) {
+ if (this.props.reportID === prevProps.reportID) {
Screen.Recording.2022-10-07.at.16.06.17.mp4 |
@sonialiap @ctkochan22 I have some issues that were recently assigned and I won't get to this sooner. Can we please assign another C+? @tienifr's proposal is pending to be reviewed. @Expensify/contributor-plus |
This bug could be classified as fire🔥 and we need to fix it urgently
@ctkochan22 backend bug, right? |
@youssef-lr - you're actively working on a PR for this, right? If so, can we assign this to you and replace it with an |
@trjExpensify PR ready! |
Woop! Discussed in thread, assigning to @youssef-lr and marking as |
A Contributor Manager will be assigned to issue payment via Upwork if we deploy an associated Pull Request to production. Per Contributing.md. |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. If a production regression has occurred a Root Cause Analysis is required. Please follow the instructions here. If a regression has occurred and you are the assigned CM follow the instructions here. If this regression could have been avoided please consider also proposing a recommendation to the PR checklist so that we can avoid it in the future. |
@trjExpensify server-side fix deployed to staging and I can confirm I can longer reproduce this. |
Thanks for the quick fix @youssef-lr !!! |
@youssef-lr Huh... This is 4 days overdue. Who can take care of this? |
This has been fixed. Closing! |
Triggered auto assignment to @davidcardoza because issue was reported by a contributor who needs to be compensated if this issue is fixed. |
hehe, it was an issue where Puneet, a contributor, was initially inc. as the reporter but Puneet, who works here, was the one who posted the bug. Closing |
@youssef-lr this is an edge case issue where the |
@mallenexpensify this was fixed in Web-E. We didn't end up changing code in App. |
Thanks @youssef-lr ! Thanks @tienifr for submitting the proposal as well. closing... again. |
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:
If you're having difficulties reproducing, try other chats, specifically ones that have a shit-ton of messages. I (@mallenexpensify ) can replicate in Version 1.2.12-0 by attempting a couple times in different chats, feel free to test me with too mallen@expensify.com.
Expected Result:
No disappearing of the message
Actual Result:
after a second, everything I’m typing goes away (notice how the I disappears in the second message)
Workaround:
Unknown
Platform:
Where is this issue occurring?
Version Number: Version 1.2.12-0
Reproducible in staging?: yes
Reproducible in production?: yes
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
Expensify/Expensify Issue URL:
Issue reported by: @puneetlath
Slack conversation: https://expensify.slack.com/archives/C01GTK53T8Q/p1664559360112699
View all open jobs on GitHub
https://user-images.githubusercontent.com/43996225/193375849-020b480a-e22b-44f6-a64d-c818d1b04030.mp4
https://user-images.githubusercontent.com/43996225/193375850-4b10d3f7-94d1-4235-bff8-d37687a9f7bf.mov
The text was updated successfully, but these errors were encountered: