-
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
[HOLD for payment 2024-09-12][$250] Can't edit messages by pressing UP ARROW #48549
Comments
Triggered auto assignment to @stitesExpensify ( |
👋 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:
|
@iwiznia should this single platform shortcut really block the deploy? |
🤷 maybe not, feel free to remove the blocker if you disagree |
Job added to Upwork: https://www.upwork.com/jobs/~021831333353313013695 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ishpaul777 ( |
Triggered auto assignment to @johncschuster ( |
It's not caused by #47133 since the PR was deployed 3 weeks ago. Looks like the selectionStart here is always undefined. App/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx Lines 489 to 490 in a956db6
|
I'll leave it up to Rory, maybe it's resolved before the decision has to be made |
BTW this is in our regression testing and in fact applause had reported it a few minutes before me here #48548 |
This seems worthy of a deploy blocker to me. It's on our primary platform. |
This is a regression from : which has bumped the version of which in return has deprecated the So we should update this line App/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx Lines 489 to 490 in a956db6
Actually, we can remove this check and use the selection state directly : App/src/pages/home/report/ReportActionCompose/ComposerWithSuggestions/ComposerWithSuggestions.tsx Line 299 in a956db6
Code : - 'selectionStart' in textInputRef.current &&
- textInputRef.current?.selectionStart === 0 &&
+ selection.start === 0 && Let me know if that makes sense and I can raise a PR. |
@fedirjh's Solution makes sense and works well 🎀 👀 🎀 C+ reviewed Screen.Recording.2024-09-04.at.10.06.58.PM.mov |
Current assignee @stitesExpensify is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
I checked the issue and I like @fedirjh solution. However, to be extra safe I would change the added condition to Screen.Recording.2024-09-04.at.18.48.10.movSo if you want to enable users to edit messages in this case, @fedirjh please include this code in your PR ;) |
📣 @ishpaul777 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
This is fixed and CPd #48585 (comment), we can remove Deployblocker label |
Issuing payment tomorrow assuming no regressions 👍 |
Payment Summary:Contributor: @fedirjh owed $250 via NewDot |
I've asked a clarifying question around the payment being made in the linked issue (comment, here). I'll monitor that and update this issue once we've come to the bottom of it. |
Confirmed the linked issue is not related and the payment should not be penalized. |
@fedirjh, please go ahead and request payment on ND 👍 |
$250 approved for @fedirjh |
Previous issue that should've fixed this #46391
Steps
This is happening on web in staging but not in production
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @ishpaul777The text was updated successfully, but these errors were encountered: