-
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 2023-10-25] [$500] Chat - App closes mention suggestions when cursor is between double @ #28754
Comments
Triggered auto assignment to @mallenexpensify ( |
Job added to Upwork: https://www.upwork.com/jobs/~017e08f14329a2fd98 |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @parasharrajat ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Placing a cursor in between consecutive What is the root cause of that problem?We are using a RegExp that no longer exists (
As a result, the value of What changes do you think we should make in order to solve the problem?We should replace the non-existing RegExp with the one that replaced it in #19004 - const indexOfFirstWhitespaceCharOrEmojiAfterTheCursor = valueAfterTheCursor.search(CONST.REGEX.NEW_LINE_OR_WHITE_SPACE_OR_EMOJI);
+ const indexOfFirstWhitespaceCharOrEmojiAfterTheCursor = valueAfterTheCursor.search(CONST.REGEX.SPECIAL_CHAR_OR_EMOJI); Result:double-mention.movWhat alternative solutions did you explore? (Optional) |
Hey team! Do you think this GH has the same root and therefore the same fix? #28753 |
Hey @Christinadobrzyn , even though I'm not a part of the Internal team: And this issue (#28754) existed relatively long before that regression – at least since #25758. |
@paultsimura 's proposal looks good to me. 🎀 👀 🎀 C+ reviewed |
Triggered auto assignment to @madmax330, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
📣 @parasharrajat Please request via NewDot manual requests for the Reviewer role ($500) |
📣 @paultsimura 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
📣 @dhanashree-sawant 🎉 An offer has been automatically sent to your Upwork account for the Reporter role 🎉 Thanks for contributing to the Expensify app! |
PR's ready: #29239 |
Based on my calculations, the pull request did not get merged within 3 working days of assignment. Please, check out my computations here:
On to the next one 🚀 |
Melvin, the PR was waiting on the Engineer's approval and merge only. It was ready in 2 days🫡 |
@paultsimura in the future, if you disagree with Melvin (which happens... occassionally) please link to time stamps in the PR. ie.
|
Thank you, noted ✅ |
If you are the assigned CME please investigate whether the linked PR caused a regression and leave a comment with the results. 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. |
Responded in the referenced issue. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.3.86-5 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 2023-10-25. 🎊 After the hold period is over and BZ checklist items are completed, please complete any of the applicable payments for this issue, and check them off once done.
For reference, here are some details about the assignees on this issue:
As a reminder, here are the bonuses/penalties that should be applied for any External 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:
|
Issue reporter: @dhanashree-sawant paid $50 via Upwork @parasharrajat , can you please fill out the BZ checklist? Thx |
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:
Regression Test Steps
Do you agree 👍 or 👎 ? |
@madmax330, @paultsimura, @mallenexpensify, @parasharrajat Whoops! This issue is 2 days overdue. Let's get this updated quick! |
@mallenexpensify can you review the BZ checklist when you get a chance? |
Thanks @parasharrajat ! Payment confirmation above is complete and up to date |
Payment requested as per #28754 (comment) |
$750 payment approved for @parasharrajat based on this comment. |
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:
Action Performed:
Expected Result:
App should display mention suggestions according to cursor position and text before it
Actual Result:
App does not display mention suggestions even though @ is present before cursor if @ is also present after cursor
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.77.2
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
Notes/Photos/Videos: Any additional supporting documentation
android.native.double.@.mention.issue.mp4
android.chrome.double.@.mention.issue.mp4
windows.chrome.double.@.mention.issue.mp4
ios.native.safari.double.@.mention.issue.mov
mac.chrome.double.@.mention.issue.mov
mac.desktop.double.@.mention.issue.mov
Recording.4843.mp4
Expensify/Expensify Issue URL:
Issue reported by: @dhanashree-sawant
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1696338120628179
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: