-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[$125] Android - Expense - Total amount is cut off in the expense report #58205
Comments
Triggered auto assignment to @kadiealexander ( |
Triggered auto assignment to @danieldoglas ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 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:
|
🚨 Edited by proposal-police: This proposal was edited at 2025-03-11 12:57:15 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Android - Expense - Total amount is cut off in the expense report What is the root cause of that problem?Here App/src/components/ReportActionItem/MoneyReportView.tsx Lines 195 to 199 in 75ab857
We're not wrapping Text element like we did for total App/src/components/ReportActionItem/MoneyReportView.tsx Lines 171 to 176 in 75ab857
What changes do you think we should make in order to solve the problem?we should wrap out text in view and add the same styles we apply on total text <View style={[styles.flex1, styles.alignItemsEnd]}>
<Text
numberOfLines={1}
style={[styles.taskTitleMenuItem, styles.alignSelfCenter, !isTotalUpdated && styles.offlineFeedback.pending]}
>
{formattedTotalAmount}
</Text>
</View> What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
|
Demoting: it is a visual minor thing happening in rare cases: Device font size has to be minimum. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Android - Expense - Total amount is cut off in the expense report What is the root cause of that problem?We are styling the amount with Line 61 in 75ab857
What changes do you think we should make in order to solve the problem?We should use the We can create a new taskTitleMenuItem: {
...writingDirection.ltr,
...headlineFont,
fontSize: variables.fontSizeNormalHeight,
lineHeight: variables.lineHeightSizeh2,
maxWidth: '100%',
...wordBreak.breakWord,
}, Note: We should also update all other amount displays to be consistent. ![]() What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
Android <> iOS bug swap |
@cristipaval do you think this is worth fixing, or is it too much of an edge-case? |
@danieldoglas Sorry, I didn't realise you were assigned - is this worth fixing, or is it an edge-case? Since it's Android and the font has to be at a minimum? |
Before closing, I would lower the price for it and see if there are takers 🤷♂ |
Job added to Upwork: https://www.upwork.com/jobs/~021899755205225937253 |
@jliexpensify I can help take it as C+ since I'm on low bandwidth |
Done, all yours @dukenv0307 |
@Themoonalsofall's proposal looks good. IMO, the 🎀👀🎀 C+ reviewed |
Current assignee @danieldoglas is eligible for the choreEngineerContributorManagement assigner, not assigning anyone new. |
What makes you say that out of curiosity? Does that currently not have the scaling value? |
@shawnborton The main problem of this issue is we are setting the font size to 22 with no scaling Line 61 in 75ab857
Lines 4267 to 4274 in 75ab857
|
Got it, but is that needed to fix the original bug from the report? |
@shawnborton yes, we should use |
@danieldoglas, @jliexpensify, @dukenv0307 Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Waiting on @danieldoglas to assign a Contributor. |
@danieldoglas @jliexpensify @dukenv0307 this issue was created 2 weeks ago. Are we close to approving a proposal? If not, what's blocking us from getting this issue assigned? Don't hesitate to create a thread in #expensify-open-source to align faster in real time. Thanks! |
@shawnborton @danieldoglas Do you agree with #58205 (comment)? |
Well, I'm not sure if my question was answered. Do we need to adjust anything with the font size to fix the fact that it is getting cut off? Perhaps the container that wraps the font is too small or something and is cutting it off? Basically, I would love to be consistent here and keep the font size the same as elsewhere (since it's reusing an h2 style). @Themoonalsofall didn't really answer my question... do we need to add that style to actually fix the problem? |
@shawnborton We are setting Line 115 in 75ab857
The problem here is that the total amount has too large font size with small line height. We can fix this bug by increasing the line height or decreasing the fontSize. and i think we can reduce the font size to make everything looks more balanced ![]() |
I don't think we need to do any of that personally. We don't want to reduce our font sizes. @dukenv0307 can we please evaluate other proposals? Thanks! |
@shawnborton @jliexpensify Seem like the issue is fixed somewhere. I can't reproduce anymore |
I can't reproduce it now, look like this PR fixed it |
Thanks @dukenv0307 and @Themoonalsofall - lets close this then! |
That's great news! |
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.1.11-1
Reproducible in staging?: Yes
Reproducible in production?: No
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: Exp
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Samsung Galaxy Z Fold 4 / Android 14
App Component: Money Requests
Action Performed:
Precondition:
Expected Result:
Total amount will not appear cut off in the expense report.
Actual Result:
Total amount is cut off in the expense report.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6767291_1741690370708.Screen_Recording_20250311_185004_Expensify.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @thesahindiaThe text was updated successfully, but these errors were encountered: