-
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-01-04] [$500] Mention - First letter of username becomes lowercase when entering full name after @ mention #32749
Comments
Job added to Upwork: https://www.upwork.com/jobs/~011f33f898020e3b5a |
Triggered auto assignment to @sakluger ( |
Bug0 Triage Checklist (Main S/O)
|
Triggered auto assignment to Contributor-plus team member for initial proposal review - @situchan ( |
@lanitochka17 looks like this may not be the correct video for the issue? It's looking at requesting money |
ProposalPlease re-state the problem that we are trying to solve in this issue.Searching for full name for mentions shows the result in mention suggestions with name in lower case. What is the root cause of that problem?We get the display name rendered in suggestions from here App/src/components/MentionSuggestions.tsx Line 64 in adbeba1
and we push text into texts and return them hereApp/src/libs/GetStyledTextArray.ts Lines 13 to 31 in ed5009d
All conditions except when name length equals to prefix length, use name to get text but for this equal condition hereApp/src/libs/GetStyledTextArray.ts Lines 13 to 14 in ed5009d
we are getting text from the lower case prefix which is causing the issue.
What changes do you think we should make in order to solve the problem?We should get the App/src/libs/GetStyledTextArray.ts Line 14 in ed5009d
to texts.push({text: name, isColored: true}); What alternative solutions did you explore? (Optional)ResultnoLowerCase.mov |
I am sorry, adding the correct video bandicam.2023-12-08.22-35-44-597.mp4 |
@lanitochka17 I still don't think that new video shows the issue correctly. I recorded my own video showing the bug and updated the description with my new video. |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
reviewing proposal |
@situchan were you able to review? |
Sorry forgot to post approval stamp |
Triggered auto assignment to @deetergp, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @situchan 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
📣 @c3024 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.18-8 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-01-04. 🎊 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:
|
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:
|
|
Thanks! Completed payment 👍 |
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.10-0
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:
There will be no change in the username in the suggestion list when the display name is fully entered
Actual Result:
When the display name is fully entered, the first letter of the username in the suggestion list becomes lowercase
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: