-
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
[Due for payment 2025-02-25] [$250] Android - Chat - Emoji sent at the bottom of multiline message, overlaps the word above #53451
Comments
Triggered auto assignment to @slafortune ( |
Job added to Upwork: https://www.upwork.com/jobs/~021864062988355959260 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @getusha ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.Android - Chat - Emoji sent at the bottom of multiline message, overlaps the word above What is the root cause of that problem?We use marginVertical: -7 in Lines 1744 to 1747 in ce282d3
And use it in App/src/pages/home/report/comment/TextWithEmojiFragment/index.tsx Lines 15 to 19 in ce282d3
so the emoji overlaps the words What changes do you think we should make in order to solve the problem?We shouldn't apply Line 1746 in ce282d3
to
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?What alternative solutions did you explore? (Optional)Result![]() N/A |
ProposalPlease re-state the problem that we are trying to solve in this issue.The emoji overlaps with the message above it. What is the root cause of that problem?The emoji overlaps because we apply a vertical margin of -7. Lines 1744 to 1747 in 361a024
This was most likely added as a workaround of the alignment issue which happens if there is a nested view inside a text.
While the reason we added the nested View is probably to fix the emoji cut-off at the top on iOS, which is a common issue we faced before that requires increasing the line height. ![]() What changes do you think we should make in order to solve the problem?First, remove the vertical margin here. Lines 1744 to 1747 in 361a024
Then, in
We can do that by:
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A, it's a visual UI issue |
@slafortune, @getusha Eep! 4 days overdue now. Issues have feelings too... |
Not a quality issue |
📣 It's been a week! Do we have any satisfactory proposals yet? Do we need to adjust the bounty for this issue? 💸 |
@slafortune, @getusha Still overdue 6 days?! Let's take care of this! |
@getusha is there a submitted proposal that should be accepted here? |
Asked the reason for the vertical margin to make sure https://github.com/Expensify/App/pull/47547/files#r1881603912 |
@bernhardoj Applying a larger line height would make it look off. |
I think we can safely change it to 🎀 👀 🎀 C+ Reviewed! |
Triggered auto assignment to @pecanoro, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @dominictb 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
@pecanoro, @slafortune, @getusha, @dominictb Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
This issue has not been updated in over 15 days. @pecanoro, @slafortune, @getusha, @dominictb eroding to Monthly issue. P.S. Is everyone reading this sure this is really a near-term priority? Be brave: if you disagree, go ahead and close it out. If someone disagrees, they'll reopen it, and if they don't: one less thing to do! |
@dominictb @getusha Is the PR ready for review? |
@dominictb @getusha do you have an update? |
@slafortune @pecanoro We're waiting for @getusha for the final review |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.99-2 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 2025-02-25. 🎊 For reference, here are some details about the assignees on this issue:
|
@getusha / @dominictb @slafortune @getusha / @dominictb The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
@getusha can you please complete this checklist when you get a moment? BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Regression Test Proposal Template
Regression Test ProposalPrecondition:Test:Do we agree 👍 or 👎 |
@dominictb Role Contributor has been paid via Upworks $250 |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
I don't think it's an important bug that affects important user flow. It's a visual issue on iOS. |
@getusha Role C+ requires payment through NewDot Manual Requests $250 |
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: 9.0.70-0
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
Emoji placed at the bottom of a multiline message should be displayed complete and without overlapping any of the above lines.
Actual Result:
Emoji placed at the bottom of a multiline message, is displayed overlapping words of the line above it, when sent to chat.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6682623_1733199780274.Emoji_multiline.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @slafortuneThe text was updated successfully, but these errors were encountered: