-
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] Chat - Sending emoji message with markdown, top half is cut off #53546
Comments
Triggered auto assignment to @Christinadobrzyn ( |
Asking if this can be fixed as part of - #53324 |
ProposalPlease re-state the problem that we are trying to solve in this issue.Emoji is cut off when it contains space and wrapped in a markdown. What is the root cause of that problem?This issue is similar to #43394 and #47899. The issue here is that, when the text only contains emoji, we apply a bigger font size and line height. However, in this specific case, there is a whitespace that has the default font size and line height which causes this issue. (this root cause is the same as the other 2 issues above) What changes do you think we should make in order to solve the problem?We need to apply a bigger line height to the whole message when the message contains only emojis. Then, we can remove the other solutions from #43394 and #47899. To do this:
and add Lines 44 to 46 in c686295
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A, it's a UI visual bug. |
Job added to Upwork: https://www.upwork.com/jobs/~021864806387165915640 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @ZhenjaHorbach ( |
@bernhardoj |
Here is the draft PR: #53707 |
Thanks ! |
@bernhardoj 🎀👀🎀 C reviewed |
Triggered auto assignment to @youssef-lr, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @ZhenjaHorbach 🎉 An offer has been automatically sent to your Upwork account for the Reviewer role 🎉 Thanks for contributing to the Expensify app! |
PR is ready. Left some questions on the PR cc: @ZhenjaHorbach |
monitoring PR #53707 |
1 similar comment
monitoring PR #53707 |
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: 53504
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes, reproducible on both
If this was caught during regression testing, add the test name, ID and link from TestRail: N
Email or phone of affected tester (no customers): N
Issue reported by: Applause Internal Team
Action Performed:
Expected Result:
Sending emoji message with markdown, top half must not be cut off.
Actual Result:
Sending emoji message with markdown, top half is cut off.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6683911_1733292611678.Screenrecorder-2024-12-04-11-36-07-266.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @bernhardojThe text was updated successfully, but these errors were encountered: