-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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 #20841][$1000] IOS - Assign task - Multiline description is displayed as one line #21825
Comments
Triggered auto assignment to @sonialiap ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.Assign task - Multiline description is displayed as one line What is the root cause of that problem?Here we are using What changes do you think we should make in order to solve the problem?We should redesign our description text in App/src/components/TaskHeader.js Lines 128 to 135 in de9cec8
change this with the below initial design <PressableWithFeedback
onPress={() => Navigation.navigate(ROUTES.getTaskReportDescriptionRoute(props.report.reportID))}
disabled={!isOpen}
accessibilityRole="button"
>
<View style={[styles.ph5, styles.pb5]}>
<Text
style={[styles.pre, styles.textLabelSupporting]}
>
{props.translate('newTaskPage.description')}
</Text>
<Text
style={[styles.headerText, styles.pre]}
>
{lodashGet(props.report, 'description', '')}
</Text>
</View>
</PressableWithFeedback> |
Looks like something related to As a reminder, please make sure that all proposals are not workarounds and that any and all attempt to fix the issue holistically have been made before proceeding with a solution. Proposals to change our Feel free to drop a note in #expensify-open-source with any questions. |
Reproducible, triaging to external |
Job added to Upwork: https://www.upwork.com/jobs/~01cab68f81113415f5 |
Current assignee @sonialiap is eligible for the External assigner, not assigning anyone new. |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @fedirjh ( |
@fedirjh we have a proposal above, could you take a look to see if we can move forward with it? |
@sonialiap There is a refactor for the task detailed view in #20841 and I think it will fix this issue. Let's hold it until the PR is merged |
Agreed with @fedirjh |
@sonialiap, @fedirjh Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Sounds good, adding hold to title |
Hi @fedirjh @sonialiap would you be able to confirm if this issue is a dupe of this one? (I think so?) |
@sonialiap, @fedirjh Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Hey @Christinadobrzyn, the issue appears to be similar, but it affects different pages. The one currently being addressed is the description within the task report, which will be fixed with #20841. However, the other issue pertains to the description within the create task modal, and it should be addressed separately since #20841 will not resolve it. |
@sonialiap I believe we can consider this issue resolved and proceed with closing it. It has been fixed. |
Sounds good, closing |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Issue found when executing PR #21371
Action Performed:
Expected Result:
There should be indication, that description has additional lines except first one, which are not displayed until you expand it
Actual Result:
Multiline description is displayed as one line (there is no any indication that there are any more line except for the first one)
Only iOS. Android has "..." and web shows all description
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: 1.3.34.
1
Reproducible in staging?: Yes
Reproducible in production?: Yes
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
Bug6109883_IMG_1625.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause - Internal Team
Slack conversation:
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: